mupen64plus-ui-python icon indicating copy to clipboard operation
mupen64plus-ui-python copied to clipboard

No module named setuptools

Open joneldiablo opened this issue 4 years ago • 4 comments

Traceback (most recent call last): File "setup.py", line 16, in import setuptools ImportError: No module named setuptools

joneldiablo avatar Apr 11 '20 17:04 joneldiablo

Just install python-setuptools or python3-setuptools, or with pip install setuptools, etc.

gen2brain avatar Apr 11 '20 17:04 gen2brain

sudo apt-get install python3-setuptools should be included as steps to follow (dependencies) for debian/ubuntu and their equivalents for other distros.

Cooper-Pilot avatar Jul 19 '20 02:07 Cooper-Pilot

Same issue, confirmed I have python3-setuptools and all the rest of the dependencies installed, still telling me "no module named setuptools"

mon0theist avatar Jul 30 '20 21:07 mon0theist

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

codywohlers avatar Oct 16 '20 13:10 codywohlers