We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root cause: setuptools==28.8.0 utterly falls apart when namespace packages are involved: pypa/setuptools#870
setuptools==28.8.0
Original report: Now sure why but there is something wrong with Python 3.
Installing the packages works fine under Python 3.5 though.
python3.5 setup.py install.
python3.5 setup.py install
The text was updated successfully, but these errors were encountered:
@jaraco is chasing this down in pypa/setuptools#870 pypa/setuptools#885
Sorry, something went wrong.
W00t! setuptools 31.0.1 gets the tests passing for me on Python 3.5!
Ditto! Closing!
daspecster
tseaver
No branches or pull requests
Root cause:
setuptools==28.8.0
utterly falls apart when namespace packages are involved: pypa/setuptools#870Original report:
Now sure why but there is something wrong with Python 3.
Installing the packages works fine under Python 3.5 though.
python3.5 setup.py install
.The text was updated successfully, but these errors were encountered: