Skip to content

Instantly share code, notes, and snippets.

@travisbrady
Created February 24, 2015 18:09
Show Gist options
  • Save travisbrady/1f889904289c9ecbb4cc to your computer and use it in GitHub Desktop.
Save travisbrady/1f889904289c9ecbb4cc to your computer and use it in GitHub Desktop.
pip install logentries
Downloading/unpacking logentries
Running setup.py egg_info for package logentries
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/home/vagrant/build/logentries/setup.py", line 13, in <module>
long_description=open('README.rst').read(),
IOError: [Errno 2] No such file or directory: 'README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/home/vagrant/build/logentries/setup.py", line 13, in <module>
long_description=open('README.rst').read(),
IOError: [Errno 2] No such file or directory: 'README.rst'
----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /home/vagrant/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment