Skip to content
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

27.1.1 broken #779

Closed
jone opened this issue Sep 9, 2016 · 3 comments
Closed

27.1.1 broken #779

jone opened this issue Sep 9, 2016 · 3 comments

Comments

@jone
Copy link

jone commented Sep 9, 2016

Seems that the latest release is broken:

Downloading https://pypi.io/packages/source/s/setuptools/setuptools-27.1.1.zip
Extracting in /var/folders/sl/zm2jlwhx5vg91v5th340r5dw0000gn/T/tmpUr9V2u
Now working in /var/folders/sl/zm2jlwhx5vg91v5th340r5dw0000gn/T/tmpUr9V2u/setuptools-27.1.1
Building a Setuptools egg in /var/folders/sl/zm2jlwhx5vg91v5th340r5dw0000gn/T/tmpgk66xP
Traceback (most recent call last):
  File "setup.py", line 11, in <module>
    import setuptools
  File "/private/var/folders/sl/zm2jlwhx5vg91v5th340r5dw0000gn/T/tmpUr9V2u/setuptools-27.1.1/setuptools/__init__.py", line 13, in <module>
    from setuptools.extension import Extension
  File "/private/var/folders/sl/zm2jlwhx5vg91v5th340r5dw0000gn/T/tmpUr9V2u/setuptools-27.1.1/setuptools/extension.py", line 9, in <module>
    from .monkey import get_unpatched
  File "/private/var/folders/sl/zm2jlwhx5vg91v5th340r5dw0000gn/T/tmpUr9V2u/setuptools-27.1.1/setuptools/monkey.py", line 10, in <module>
    from . import msvc
  File "/private/var/folders/sl/zm2jlwhx5vg91v5th340r5dw0000gn/T/tmpUr9V2u/setuptools-27.1.1/setuptools/msvc.py", line 27, in <module>
    from . import monkey
ImportError: cannot import name monkey
/var/folders/sl/zm2jlwhx5vg91v5th340r5dw0000gn/T/tmpgk66xP/setuptools-27.1.1-py2.7.egg
Traceback (most recent call last):
  File "bootstrap.py", line 92, in <module>
    ez['use_setuptools'](**setup_args)
  File "<string>", line 178, in use_setuptools
  File "<string>", line 129, in _do_download
  File "<string>", line 75, in _build_egg
IOError: Could not build the egg.

There is a circular import from setuptools/monkey.py and setuptools/__init__.py.

@mbarkhau
Copy link

mbarkhau commented Sep 9, 2016

see also #780

@jone
Copy link
Author

jone commented Sep 9, 2016

Duplicate #780

@jaraco
Copy link
Member

jaraco commented Sep 9, 2016

I'll pull it from pypi now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants