Skip to content

Instantly share code, notes, and snippets.

@rm-you
Created February 20, 2017 19:06
Show Gist options
  • Save rm-you/1135efe0fd7d8098e1e3fe2d16f93dcd to your computer and use it in GitHub Desktop.
Save rm-you/1135efe0fd7d8098e1e3fe2d16f93dcd to your computer and use it in GitHub Desktop.
# pip install 'logutils>=0.3'
Downloading/unpacking logutils>=0.3
Downloading logutils-0.3.4.tar.gz
Running setup.py egg_info for package logutils
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/opt/octavia/env/build/logutils/setup.py", line 47, in <module>
long_description = description(),
File "/opt/octavia/env/build/logutils/setup.py", line 10, in description
f = open(join(dirname(__file__), 'README.rst'))
IOError: [Errno 2] No such file or directory: '/opt/octavia/env/build/logutils/README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/opt/octavia/env/build/logutils/setup.py", line 47, in <module>
long_description = description(),
File "/opt/octavia/env/build/logutils/setup.py", line 10, in description
f = open(join(dirname(__file__), 'README.rst'))
IOError: [Errno 2] No such file or directory: '/opt/octavia/env/build/logutils/README.rst'
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /opt/octavia/env/build/logutils
Storing complete log in /root/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment