[issue28828] Connection reset by peer error when installing python packages

Decorater report at bugs.python.org
Mon Nov 28 21:39:58 EST 2016


Decorater added the comment:

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.

----------
nosy: +Decorater

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28828>
_______________________________________


More information about the Python-bugs-list mailing list