-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
setuptools 34.0.1 fails on python 2.7 #939
Comments
I'm pretty sure this is a buildout issue that will need to be addressed there. I'm not sure what steps an auto upgrade of setuptools does, but it will probably need to pre-install the dependencies of setuptools or use pip to uninstall/install setuptools. |
Hi jaraco, Thanks, I guess your are right. I didn't see the new dependencies in setuptools. Hm, I'm not sure if it's a good idea to require other packages for install setuptools which is used for install packages. I'm not really happy with the direction that the package management goes with python. To me, it seems that pip, setuptools and probably others do things which shouldn't be done just for a better end user experience. The cost we pay is a list of preconditions for installl the installler tools and package in python we don't need in our applications. |
This work is part of simplifying the ecosystem. See #581 for more background on why I made this change. The recommended usage to install packages is to simply use pip. The Python Packaging Users Guide is where we'll put our best recommendations, so you can consider that authoritative (although it's subject to error and critique as well). Hope that helps. |
setuptools 34.0.1 with python 2.7.11 on Windows 64 bit fails if used with zc.buildout with the following error after "auto" upgrade to the newest setutools version 34.0.1 with the following traceback:
The text was updated successfully, but these errors were encountered: