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

version conflict when installing python-novaclient #2

Open
Ivansek opened this issue May 25, 2016 · 1 comment
Open

version conflict when installing python-novaclient #2

Ivansek opened this issue May 25, 2016 · 1 comment

Comments

@Ivansek
Copy link
Member

Ivansek commented May 25, 2016

When installing python-novaclient through pip:

$ pip install python-novaclient

I get the following error:

pkg_resources.VersionConflict: (setuptools 0.9.8 (/Users/ivansek/.envs/distributed-jmeter-github-test/lib/python2.7/site-packages), Requirement.parse('setuptools>=17.1'))

Python version: 2.7
pip version: 1.4.1

@Ivansek
Copy link
Member Author

Ivansek commented May 25, 2016

The solution is to upgrade setuptools:

$ pip install setuptools --upgrade

@Ivansek Ivansek closed this as completed May 25, 2016
@Ivansek Ivansek reopened this May 25, 2016
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

1 participant