PSPReverse / PSPTool

Display, extract, and manipulate PSP firmware inside UEFI images
GNU General Public License v3.0
612 stars 62 forks source link

Install on WSL Ubuntu #12

Closed rook1234 closed 4 years ago

rook1234 commented 4 years ago

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?

rook1234 commented 4 years ago

Solved my own problem, just had to sleep on it. Prior to PSPTool install, had to run the following in Ubuntu: sudo apt-get install python3-setuptools