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 and easy_install can't find setup information #2

Open
adamn opened this issue Jul 24, 2009 · 0 comments
Open

PIP and easy_install can't find setup information #2

adamn opened this issue Jul 24, 2009 · 0 comments

Comments

@adamn
Copy link

adamn commented Jul 24, 2009

When running pip or easy_install (on Mac - but this is platform-neutral), neither can find setup files. I believe setup.py has to be at the top level or you have to tell PyPI which directory it's in:

[adam@bidz tester1]$ pip install pytst
Downloading/unpacking pytst
Could not find any downloads that satisfy the requirement pytst
No distributions at all found for pytst
Storing complete log in ./pip-log.txt
[adam@bidz tester1]$ easy_install pytst
Searching for pytst
Reading http://pypi.python.org/simple/pytst/
Reading http://nicolas.lehuen.com/
Reading http://nicolas.lehuen.com/download/
Reading http://nicolas.lehuen.com/index.php/Pytst
Reading http://nicolas.lehuen.com/download/pytst/
Reading http://github.com/nlehuen/pytst
No local packages or download links found for pytst
error: Could not find suitable distribution for Requirement.parse('pytst')
[adam@bidz tester1]$

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