You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
On a new server I just installed Python3, pip3 etc
When I try to install setuptools I get the message
python3-setuptools is already the newest version (52.0.0-4).
However when I try to run the command
~/ZDrive$ python setup.py install
I get
Traceback (most recent call last):
File "setup.py", line 5, in
from setuptools import setup, find_packages
ImportError: No module named setuptools
The text was updated successfully, but these errors were encountered:
Hello,
On a new server I just installed Python3, pip3 etc
When I try to install setuptools I get the message
python3-setuptools is already the newest version (52.0.0-4).
However when I try to run the command
~/ZDrive$ python setup.py install
I get
Traceback (most recent call last):
File "setup.py", line 5, in
from setuptools import setup, find_packages
ImportError: No module named setuptools
The text was updated successfully, but these errors were encountered: