Reputation: 44351
I am trying to install starpy
:
» pip install starpy
Downloading/unpacking starpy
Could not find any downloads that satisfy the requirement starpy
Cleaning up...
No distributions at all found for starpy
Storing debug log for failure in /home/user/.pip/pip.log
Ok, fair enough, the package is not in pypi
, life is hard, yadayadayada. But:
» pip search starpy
starpy - Twisted Protocols for interaction with the Asterisk PBX
And it is indeed there
What is going on here?
Upvotes: 2
Views: 1484
Reputation: 5322
I don't see any package to download in that page. Why don't you triy install it manually downloading here: http://starpy.sourceforge.net/ and running:
python setup.py install
Upvotes: 3