Skip to content

setuptools 32.1.1 brakes when bootstrapping with buildout #893

@papachoco

Description

@papachoco

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions