mupen64plus-ui-python
mupen64plus-ui-python copied to clipboard
No module named setuptools
Traceback (most recent call last):
File "setup.py", line 16, in
Just install python-setuptools or python3-setuptools, or with pip install setuptools
, etc.
sudo apt-get install python3-setuptools
should be included as steps to follow (dependencies) for debian/ubuntu and their equivalents for other distros.
Same issue, confirmed I have python3-setuptools and all the rest of the dependencies installed, still telling me "no module named setuptools"
I had to use python3 setup.py build
which also needed sudo apt install qttools5-dev-tools
to get it installed on KDE Neon 5.20