pytst icon indicating copy to clipboard operation
pytst copied to clipboard

PIP and easy_install can't find setup information

Open adamn opened this issue 15 years ago • 0 comments

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]$

adamn avatar Jul 24 '09 13:07 adamn