Describe the bug
Any connection to the server other than the browser does not work.
error: Request failed after 3 retries
Caused by: Failed to fetch: `https://pypi.org/simple/urllib3/`
Caused by: error sending request for url (https://pypi.org/simple/urllib3/)
Caused by: client error (Connect)
Caused by: operation timed out
curl https://pypi.org/simple/
+ curl https://pypi.org/simple/
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Expected behavior
The connection to the server is working
To Reproduce
curl https://pypi.org/simple/
My Platform
Windows 10, UV
Additional context
The website is running in the browser. I suspect that the problem is only with me, but I do not know how to check it.
Describe the bug
Any connection to the server other than the browser does not work.
Expected behavior
The connection to the server is working
To Reproduce
curl https://pypi.org/simple/My Platform
Windows 10, UV
Additional context
The website is running in the browser. I suspect that the problem is only with me, but I do not know how to check it.