This file contains 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
Downloading/unpacking httpretty>=0.8.2 (from -r /opt/stack/python-novaclient/test-requirements.txt (line 6)) | |
Storing download in cache at /home/mriedem/.pip/cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fh%2Fhttpretty%2Fhttpretty-0.8.2.tar.gz | |
Running setup.py egg_info for package httpretty | |
Traceback (most recent call last): | |
File "<string>", line 16, in <module> | |
File "/opt/stack/python-novaclient/.tox/py27/build/httpretty/setup.py", line 88, in <module> | |
long_description=local_file('readme.rst'), | |
File "/opt/stack/python-novaclient/.tox/py27/build/httpretty/setup.py", line 78, in <lambda> | |
open(os.path.join(os.path.dirname(__file__), *f)).read() | |
IOError: [Errno 2] No such file or directory: '/opt/stack/python-novaclient/.tox/py27/build/httpretty/readme.rst' | |
Complete output from command python setup.py egg_info: | |
Traceback (most recent call last): | |
File "<string>", line 16, in <module> | |
File "/opt/stack/python-novaclient/.tox/py27/build/httpretty/setup.py", line 88, in <module> | |
long_description=local_file('readme.rst'), | |
File "/opt/stack/python-novaclient/.tox/py27/build/httpretty/setup.py", line 78, in <lambda> | |
open(os.path.join(os.path.dirname(__file__), *f)).read() | |
IOError: [Errno 2] No such file or directory: '/opt/stack/python-novaclient/.tox/py27/build/httpretty/readme.rst' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment