Trying to run this on Windows Subsystem for Linux (WSL). Executed the following steps:
Downloaded PSPTool zip from github
Extracted to desktop
Opened the Ubuntu terminal
Executed the following commands:
-- cd /mnt/c/users/user/desktop/psptool-master
-- sudo python3 setup.py install
I get the following error:
Traceback (most recent call last):
File "setup.py", line 3, in
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Trying to run this on Windows Subsystem for Linux (WSL). Executed the following steps:
I get the following error: Traceback (most recent call last): File "setup.py", line 3, in
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Any idea why this isn't working?