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
I have Win 11, Edition Windows 11 home, version 21H2, OS build 22000.613, experience Windows Feature Experience Pack 100.22000.613.0 on my computer.
I have a intel core i5-9400F CPU @ 2.90GHz with 16 GB installed ram.
The python runtime and pip is installed on a 512 GB ssd.
Yeah i have many network interfaces, but i dont think pip is using one of the others.
And for clarification, the adapter that should be used is the one that is called Ethernet adapter Ethernet which has the ipv4 address of 192.168.21.38.
Expected behavior
I expect that the pip program will install the package installed.
pip version
22.0.4
Python version
3.10.4
OS
Windows 11 Home
How to Reproduce
Get the package pygame with pip install pygame
And there you have the error
but i think this is user specific.
Output
`pip install pygame`:Collecting pygame WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001EA9B810820>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed')': /packages/33/63/3358b79ac62cc67e4051add2f3da13f15c92050c7acc1b73538b7bf32d95/pygame-2.1.2-cp310-cp310-win_amd64.whl WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001EA9B810AF0>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed')': /packages/33/63/3358b79ac62cc67e4051add2f3da13f15c92050c7acc1b73538b7bf32d95/pygame-2.1.2-cp310-cp310-win_amd64.whl WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001EA9B810D60>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed')': /packages/33/63/3358b79ac62cc67e4051add2f3da13f15c92050c7acc1b73538b7bf32d95/pygame-2.1.2-cp310-cp310-win_amd64.whl WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001EA9B810FD0>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed')': /packages/33/63/3358b79ac62cc67e4051add2f3da13f15c92050c7acc1b73538b7bf32d95/pygame-2.1.2-cp310-cp310-win_amd64.whl WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001EA9B811240>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed')': /packages/33/63/3358b79ac62cc67e4051add2f3da13f15c92050c7acc1b73538b7bf32d95/pygame-2.1.2-cp310-cp310-win_amd64.whlERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/33/63/3358b79ac62cc67e4051add2f3da13f15c92050c7acc1b73538b7bf32d95/pygame-2.1.2-cp310-cp310-win_amd64.whl (Caused by NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001EA9B8114B0>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed'))
curl supports far more features out of the box than standard Python HTTP libraries like requests (which pip relies on), such as automatic proxy detection, system trust store support, and native secure channel implementation.
Rule of thumb is if you get get requests working you should be able to get `pip working with the same configuration options.
Description
My environment
I have Win 11, Edition Windows 11 home, version 21H2, OS build 22000.613, experience Windows Feature Experience Pack 100.22000.613.0 on my computer.
I have a intel core i5-9400F CPU @ 2.90GHz with 16 GB installed ram.
The python runtime and pip is installed on a 512 GB ssd.
Yeah i have many network interfaces, but i dont think pip is using one of the others.
And for clarification, the adapter that should be used is the one that is called
Ethernet adapter Ethernet
which has the ipv4 address of192.168.21.38
.Expected behavior
I expect that the pip program will install the package installed.
pip version
22.0.4
Python version
3.10.4
OS
Windows 11 Home
How to Reproduce
Output
curl https://pypi.org/simple/flask-bcrypt
:Links for Flask-Bcrypt
Flask-Bcrypt-0.1.tar.gzFlask-Bcrypt-0.2.tar.gz
Flask-Bcrypt-0.3.tar.gz
Flask-Bcrypt-0.3.1.tar.gz
Flask-Bcrypt-0.3.2.tar.gz
Flask-Bcrypt-0.4.tar.gz
Flask-Bcrypt-0.5.tar.gz
Flask-Bcrypt-0.5.1.tar.gz
Flask-Bcrypt-0.5.2.tar.gz
Flask-Bcrypt-0.6.0.tar.gz
Flask-Bcrypt-0.6.2.tar.gz
Flask-Bcrypt-0.7.0.tar.gz
Flask-Bcrypt-0.7.1.tar.gz
Flask-Bcrypt-1.0.0.tar.gz
Flask_Bcrypt-1.0.0-py3-none-any.whl
Flask-Bcrypt-1.0.1.tar.gz
Flask_Bcrypt-1.0.1-py3-none-any.whl
```
ipconfig
The text was updated successfully, but these errors were encountered: