Emanuel Barry added the comment:
Decorater: For very large projects, the switch from Python 2 to 3 is a
non-trivial task that can take up years of work, and there are many reasons why
one cannot switch.
On the issue, however, for all PyPi-related issues, please go to the PyPa
GitHub: https://
Decorater added the comment:
Also why python 2.7? Python 2.7 does not include asyncio which is absolutely
awesome to use. It can allow doing multiple different things at the same time.
So, it is and will be a good thing to upgrade. Note: a lot of things since 2.7
and 3.x was removed (some exce
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]
Acco
New submission from Rohit Khairnar:
We are seeing intermittent "connection reset by peer" connecting to
pypi.python.org. Pip install "connection reset by peer"
I am a Network Engineer at Hulu and our Devs are seeing error 104 connection
resets by peer errors. We thought it was a firewall issue