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
$ python3 setup.py install
Traceback (most recent call last):
File "/Users/pygenpass/setup.py", line 1, in <module>
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
Note: This got resolved after installing setuptools with pip before install command in virtual environment.
The text was updated successfully, but these errors were encountered:
Note: This got resolved after installing
setuptools
with pip beforeinstall
command in virtual environment.The text was updated successfully, but these errors were encountered: