Skip to content

Instantly share code, notes, and snippets.

@mriedem
Created June 19, 2014 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mriedem/aead5fffa06250b04783 to your computer and use it in GitHub Desktop.
Save mriedem/aead5fffa06250b04783 to your computer and use it in GitHub Desktop.
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