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?