question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

setuptools 32.1.1 brakes when bootstrapping with buildout

See original GitHub issue

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

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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
eliaskouskcommented, Dec 19, 2016

Thank you for the quick fix, everything seems fine now.

1reaction
jaracocommented, Dec 18, 2016

New release v32.1.2 drops tarball sdist, so should fix this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found