setuptools 32.1.1 brakes when bootstrapping with buildout
See original GitHub issueHello,
I am getting the error below while bootstrapping with zc.buildout (zc.buildout-2.5.3). setuptools-32.1.0 works fine
Thanks
Carlos
Downloading https://pypi.io/packages/source/s/setuptools/setuptools-32.1.1.zip
Extracting in /tmp/tmpiaJsLJ
Traceback (most recent call last):
File "./bootstrap.py", line 117, in <module>
ez['use_setuptools'](**setup_args)
File "<string>", line 179, in use_setuptools
File "<string>", line 130, in _do_download
File "<string>", line 70, in _build_egg
File "/home/ntiuser/.local/lib/python2.7/contextlib.py", line 17, in __enter__
return self.gen.next()
File "<string>", line 109, in archive_context
File "<string>", line 93, in __new__
File "/home/ntiuser/.local/lib/python2.7/zipfile.py", line 756, in __init__
self.fp = open(file, modeDict[mode])
IOError: [Errno 2] No such file or directory: '/tmp/bootstrap-sdYL4z/setuptools-32.1.1.zip'
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to solve pkg_resources.VersionConflict error during bin ...
Grab a new copy at from github (link to the 2 branch version), replace your old bootstrap.py with it, and bootstrap again.
Read more >setuptools 3.0.1 - PyPI
Easily download, build, install, upgrade, and uninstall Python packages.
Read more >History - setuptools 65.6.3.post20221216 documentation
Setuptools will try to find these values assuming that the package uses either the src-layout (a src directory containing all the packages or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for the quick fix, everything seems fine now.
New release v32.1.2 drops tarball sdist, so should fix this issue.