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

module is not compatible with setuptools v34 #361

Closed
vchepkov opened this issue Feb 4, 2017 · 6 comments
Closed

module is not compatible with setuptools v34 #361

vchepkov opened this issue Feb 4, 2017 · 6 comments

Comments

@vchepkov
Copy link
Contributor

vchepkov commented Feb 4, 2017

Unfortunately, due to changes in setuptools http://setuptools.readthedocs.io/en/latest/history.html#v34-0-0
virtualenv resource doesn't work anymore, due to missing dependencies:

# virtualenv /opt/virtualenv
New python executable in /opt/virtualenv/bin/python
Installing Setuptools..............................................................................................................................................................................................................................done.
Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.

# /opt/virtualenv/bin/pip install --upgrade setuptools
Downloading/unpacking setuptools from https://pypi.python.org/packages/64/88/d434873ba1ce02c0ed669f574afeabaeaaeec207929a41b5c1ed947270fc/setuptools-34.1.0.zip#md5=a2f819c503b49781b1a15cfb4d49c974
  Downloading setuptools-34.1.0.zip (621kB): 621kB downloaded
  Running setup.py egg_info for package setuptools
    Traceback (most recent call last):
      File "<string>", line 3, in <module>
      File "setuptools/__init__.py", line 10, in <module>
        from six.moves import filter, map
    ImportError: No module named six.moves
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 3, in <module>

  File "setuptools/__init__.py", line 10, in <module>

    from six.moves import filter, map

ImportError: No module named six.moves

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /opt/virtualenv/build/setuptools
Storing complete log in /root/.pip/pip.log
@vchepkov
Copy link
Contributor Author

vchepkov commented Feb 4, 2017

It looks like if you upgrade pip first, then you can upgrade setuptools

@vchepkov
Copy link
Contributor Author

vchepkov commented Feb 4, 2017

darn, didn't notice #359, well, same idea

@ThiefMaster
Copy link

A release containing this fix would be great.

@fenixwanamaker
Copy link

Indeed, a new release including the latest setuptools compatibility would be nice ( this issue currently breaks puppetboard automatic installation, among others )

@elconas
Copy link

elconas commented Jun 2, 2017

👍 We also needs this. Otherwise virtualenv can not be used.

@vchepkov
Copy link
Contributor Author

fixed by #388

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

4 participants