CloudScale-Project / Distributed-Jmeter

Distributed JMeter application is a load generator application which was developed for CloudScale project, but it can be used independently
Eclipse Public License 1.0
2 stars 1 forks source link

version conflict when installing python-novaclient #2

Open Ivansek opened 8 years ago

Ivansek commented 8 years ago

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 commented 8 years ago

The solution is to upgrade setuptools:

$ pip install setuptools --upgrade