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

install from pip broken #7

Closed
gjlondon opened this issue Jun 5, 2014 · 3 comments
Closed

install from pip broken #7

gjlondon opened this issue Jun 5, 2014 · 3 comments

Comments

@gjlondon
Copy link

gjlondon commented Jun 5, 2014

Tried both on an EC2 machine and on my laptop in a new virtualenv. Same error:

Downloading/unpacking annoy
  Downloading annoy-1.0.2.tar.gz
  Running setup.py (path:/Users/rogueleaderr/tmp/tenv/build/annoy/setup.py) egg_info for package annoy
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/Users/rogueleaderr/tmp/tenv/build/annoy/setup.py", line 22, in <module>
        for line in open('README.rst'):
    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 17, in <module>

  File "/Users/rogueleaderr/tmp/tenv/build/annoy/setup.py", line 22, in <module>

    for line in open('README.rst'):

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

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /Users/rogueleaderr/tmp/tenv/build/annoy
Storing debug log for failure in /Users/rogueleaderr/.pip/pip.log

Seems to install okay if I clone the repo and do

python setup.py install

But it would be nice to install in one line from pip.

@erikbern
Copy link
Collaborator

erikbern commented Jun 5, 2014

oops, i'll fix. thanks for reporting this!

@erikbern
Copy link
Collaborator

erikbern commented Jun 5, 2014

Try now!

@gjlondon
Copy link
Author

gjlondon commented Jun 5, 2014

Works! Appreciate the prompt fix. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants