Created
March 24, 2014 14:16
-
-
Save Ch00k/9740909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running setup.py install for python-keystoneclient | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/Users/ay/v_envs/rally/build/python-keystoneclient/setup.py", line 21, in <module> | |
d2to1=True) | |
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 112, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/Users/ay/v_envs/rally/lib/python2.7/site-packages/setuptools/dist.py", line 265, in __init__ | |
self.fetch_build_eggs(attrs.pop('setup_requires')) | |
File "/Users/ay/v_envs/rally/lib/python2.7/site-packages/setuptools/dist.py", line 289, in fetch_build_eggs | |
parse_requirements(requires), installer=self.fetch_build_egg | |
File "/Users/ay/v_envs/rally/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve | |
raise VersionConflict(dist,req) # XXX put more info here | |
pkg_resources.VersionConflict: (pbr 0.7.0 (/Users/ay/v_envs/rally/lib/python2.7/site-packages), Requirement.parse('pbr>=0.5,<0.6')) | |
Complete output from command /Users/ay/v_envs/rally/bin/python2.7 -c "import setuptools;__file__='/Users/ay/v_envs/rally/build/python-keystoneclient/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/_s/cws2w38j41qgpd1pfxvg5h600000gn/T/pip-7jknSh-record/install-record.txt --single-version-externally-managed --install-headers /Users/ay/v_envs/rally/bin/../include/site/python2.7: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/Users/ay/v_envs/rally/build/python-keystoneclient/setup.py", line 21, in <module> | |
d2to1=True) | |
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 112, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/Users/ay/v_envs/rally/lib/python2.7/site-packages/setuptools/dist.py", line 265, in __init__ | |
self.fetch_build_eggs(attrs.pop('setup_requires')) | |
File "/Users/ay/v_envs/rally/lib/python2.7/site-packages/setuptools/dist.py", line 289, in fetch_build_eggs | |
parse_requirements(requires), installer=self.fetch_build_egg | |
File "/Users/ay/v_envs/rally/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve | |
raise VersionConflict(dist,req) # XXX put more info here | |
pkg_resources.VersionConflict: (pbr 0.7.0 (/Users/ay/v_envs/rally/lib/python2.7/site-packages), Requirement.parse('pbr>=0.5,<0.6')) | |
---------------------------------------- | |
Cleaning up... | |
Command /Users/ay/v_envs/rally/bin/python2.7 -c "import setuptools;__file__='/Users/ay/v_envs/rally/build/python-keystoneclient/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/_s/cws2w38j41qgpd1pfxvg5h600000gn/T/pip-7jknSh-record/install-record.txt --single-version-externally-managed --install-headers /Users/ay/v_envs/rally/bin/../include/site/python2.7 failed with error code 1 in /Users/ay/v_envs/rally/build/python-keystoneclient | |
Storing complete log in /Users/ay/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment