cloudmesh / cloudmesh1

http://cloudmesh.org
Apache License 2.0
14 stars 12 forks source link

error: Installed distribution pbr 1.0.1 conflicts with requirement pbr>=0.6,!=0.7,<1.0 #212

Open lee212 opened 9 years ago

lee212 commented 9 years ago

pbr version conflicts. work around pip install -Iv pbr==0.11.0 First attempt to fix will be made June 2nd.

lee212 commented 9 years ago

This bug is reported at https://bugs.launchpad.net/python-novaclient/+bug/1457100 To avoid pbr version conflict issue, install pbr==0.11.0.

lee212 commented 9 years ago

requirements.txt updated. pbr==0.11.0 will be installed prior to python-novaclient.

laszewsk commented 8 years ago

I think this will not quite work in case we use python setup.py install as it does not have version

What needs to be done?

laszewsk commented 8 years ago

i do not see a dependency on pbr

laszewsk commented 8 years ago

sorry wrong repo ;-)