WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002E896089A88>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/ #8774
Labels
resolution: duplicate
Duplicate of an existing issue/PR
I'm trying to install tkcalendar package into Visual Studio Professional 2019. I see that other people have been getting a similar error that I get and were asked to answer the following questions:
Are you able to download from PyPI with curl? Like curl https://pypi.org/simple/flask-bcrypt/ -- No
Pip tries to use the values from the HTTP_PROXY and HTTPS_PROXY environment variables, are these set? -- No
You can show the output of env | grep HTTP -- no
Is this in a typical home network or in an enterprise environment? -- enterprise environment
Has this always happened on this machine or did it start recently? -- this is the first time that I'm trying to install a package
If this worked in the past, are you on the same network that you were on then?
Can you install any other packages? -- no, I tried to install tkcalendar
This is the error that I get:
----- Installing 'pip install tkcalendar' -----
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002E896089A88>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002E896089148>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002E896086A88>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002E895590748>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002E895597188>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
The text was updated successfully, but these errors were encountered: