unable to download python package hosted at pypi

219 Views Asked by At

SOLVED

forgot to run command

python setup.py sdist upload

I have just uploaded a python module at pypi and it has been successfully updated in pypi database. However when i try to install it through pip it throws this message :

Downloading/unpacking textprocess
Could not find any downloads that satisfy the requirement textprocess
Cleaning up...
No distributions at all found for textprocess
Storing complete log in /Users/mayankbhola/.pip/pip.log

package is hosted at : https://pypi.python.org/pypi/textprocess/0.1

0

There are 0 best solutions below