You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x100ad3a00>, 'Connection to xxx.com.tw timed out. (connect timeout=15)')': /simple/requests/
I am trying to install a PIP package, but I keep getting this yellow text. There is also another line of text that I would like to ask if it is related to the first problem.
I have also tried to create a new virtual environment and asked ChatGPT and Bard.
My computer is connected to the internet, and I have also tried different network connections, but I am still unable to install the PIP package.
These problems started after I started using Docker. Could it be a Docker issue?
I am not a native speaker of English.
***
Expected behavior
No response
pip version
22.2.2
Python version
python 3.10
OS
mac 12.7.1
How to Reproduce
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x100ad3a00>, 'Connection to xxx.com.tw timed out. (connect timeout=15)')': /simple/requests/
I am trying to install a PIP package, but I keep getting this yellow text. There is also another line of text that I would like to ask if it is related to the first problem.
“Connection to xxx.com.tw timed out”… That site does not look like a Python package index. You probably have an option that sets this bogus index in your requirements.txt for whatever reason.
Description
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x100ad3a00>, 'Connection to xxx.com.tw timed out. (connect timeout=15)')': /simple/requests/
***
Expected behavior
No response
pip version
22.2.2
Python version
python 3.10
OS
mac 12.7.1
How to Reproduce
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x100ad3a00>, 'Connection to xxx.com.tw timed out. (connect timeout=15)')': /simple/requests/
***
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: