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
Setuptools is not a file, it's a library used to build the library and you are probably missing it.
Just try pip install setuptools and things should get working.
When building from scratch, I can find setuptools.py and it is imported into setup.py
The text was updated successfully, but these errors were encountered: