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

Pip install direct from repo fails #9

Closed
andybak opened this issue Jun 7, 2014 · 1 comment
Closed

Pip install direct from repo fails #9

andybak opened this issue Jun 7, 2014 · 1 comment

Comments

@andybak
Copy link

andybak commented Jun 7, 2014

> pip install -e git+https://github.com/mtford90/silk.git#egg=silk

Obtaining silk from git+https://github.com/mtford90/silk.git#egg=silk
  Cloning https://github.com/mtford90/silk.git to /Users/me/.virtualenvs/proj/src/silk
  Running setup.py (path:/Users/me/.virtualenvs/proj/src/silk/setup.py) egg_info for package silk
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
    IOError: [Errno 2] No such file or directory: '/Users/me/.virtualenvs/proj/src/silk/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

IOError: [Errno 2] No such file or directory: '/Users/me/.virtualenvs/proj/src/silk/setup.py'
@mtford90
Copy link
Collaborator

mtford90 commented Jun 7, 2014

Ah, this is because there was no root setup.py, I have just fixed this and your command should now work. Thanks!

@mtford90 mtford90 closed this as completed Jun 7, 2014
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