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 reports missing setup.py #27

Open
baco opened this issue Oct 11, 2012 · 0 comments
Open

pip install reports missing setup.py #27

baco opened this issue Oct 11, 2012 · 0 comments

Comments

@baco
Copy link

baco commented Oct 11, 2012

I was trying to build the project using:

$ pip install git+https://github.com/justinvh/gitpaste

inside a virtualenv, and obtained:

Downloading/unpacking git+https://github.com/justinvh/gitpaste
  Cloning https://github.com/justinvh/gitpaste to /tmp/pip-eLqjV7-build
  Running setup.py egg_info for package from git+https://github.com/justinvh/gitpaste
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/tmp/pip-eLqjV7-build/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

IOError: [Errno 2] No such file or directory: '/tmp/pip-eLqjV7-build/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-eLqjV7-build
Storing complete log in /home/baco/.pip/pip.log
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

1 participant