Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when pip install -U https://github.com/jkbr/httpie/tarball/master #23

Closed
redguardtoo opened this issue Mar 5, 2012 · 1 comment · Fixed by #24
Closed

error when pip install -U https://github.com/jkbr/httpie/tarball/master #23

redguardtoo opened this issue Mar 5, 2012 · 1 comment · Fixed by #24
Labels
bug Something isn't working

Comments

@redguardtoo
Copy link

latest cygwin, Python 2.6.7

Error message:
`$ pip install -U https://github.com/jkbr/httpie/tarball/master
Downloading/unpacking https://github.com/jkbr/httpie/tarball/master
Downloading master (145Kb): 145Kb downloaded
Running setup.py egg_info for package from https://github.com/jkbr/httpie/tarball/master
Traceback (most recent call last):
File "", line 14, in
File "/tmp/pip-lpvG3J-build/setup.py", line 21, in
long_description=open('README.md').read(),
IOError: [Errno 2] No such file or directory: 'README.md'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 14, in

File "/tmp/pip-lpvG3J-build/setup.py", line 21, in

long_description=open('README.md').read(),

IOError: [Errno 2] No such file or directory: 'README.md'


Command python setup.py egg_info failed with error code 1
Storing complete log in /home/chenbi/.pip/pip.log
`

@faulkner
Copy link
Contributor

faulkner commented Mar 5, 2012

#24 should fix this.

@jkbrzt jkbrzt closed this as completed in 028d16d Mar 5, 2012
@jkbrzt jkbrzt mentioned this issue Mar 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants