We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing python-novaclient through pip:
python-novaclient
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
The text was updated successfully, but these errors were encountered:
The solution is to upgrade setuptools:
setuptools
$ pip install setuptools --upgrade
Sorry, something went wrong.
No branches or pull requests
When installing
python-novaclient
throughpip
:I get the following error:
Python version: 2.7
pip version: 1.4.1
The text was updated successfully, but these errors were encountered: