-
-
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 32.1.1 brakes when bootstrapping with buildout #893
Comments
this also breaks the bootstrap scripts on |
Latest version 32.1.1 doesn't have a .zip archive to download (only tar.gz) and thus the ez_zetup.py fails to download the file. As @myw says this is serious and everything that relies on this is now broken. |
Oh joy. I guess that's what I get for trusting the robots. |
It appears to be a regression in pypi itself. It now only allows one sdist per release:
|
New release v32.1.2 drops tarball sdist, so should fix this issue. |
Thank you for the quick fix, everything seems fine now. |
Sadly pypi still reports 32.1.1 (nti.dataserver) hnic:nti.dataserver csanchez$ easy_install-2.7 -U setuptools Using /Users/csanchez/VirtualEnvs/nti.dataserver/lib/python2.7/site-packages/setuptools-32.1.1-py2.7.egg |
I'm not sure what to tell you. Perhaps you got a cached index page or something, but I see 32.1.2 on that index page. It'll probably just start working but if not, I'll need you to chase the problem deeper.
|
Hello,
I am getting the error below while bootstrapping with zc.buildout (zc.buildout-2.5.3). setuptools-32.1.0 works fine
Thanks
Carlos
The text was updated successfully, but these errors were encountered: