This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Decorater
Recipients Decorater, Rohit Khairnar
Date 2016-11-29.02:39:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480387198.32.0.981769544524.issue28828@psf.upfronthosting.co.za>
In-reply-to
Content
Try using the new pypi instead: https://pypi.org/ locate the package then override pip to look for that package with the direct link to find the package with a command line arg of : -f

ex:

pip3 install -f [direct url to pypi page to package in question here]

According to pip's documentation is says this about -f
If a url or path to an html file, then parse for links to archives. If a local path or file:// url that's a directory, then look for archives in the directory listing.

Hope this helps.
History
Date User Action Args
2016-11-29 02:39:58Decoratersetrecipients: + Decorater, Rohit Khairnar
2016-11-29 02:39:58Decoratersetmessageid: <1480387198.32.0.981769544524.issue28828@psf.upfronthosting.co.za>
2016-11-29 02:39:58Decoraterlinkissue28828 messages
2016-11-29 02:39:57Decoratercreate