pypa / packaging-problems

An issue tracker for the problems in packaging
149 stars 34 forks source link

I am not able to install packages from Python using pip #746

Open akashbuchi11 opened 6 months ago

akashbuchi11 commented 6 months ago

Problem description

Hello, I haven't been able to download the requests package using the pip install command. I have checked its version and every other recommendation that I could have found on the web. However, it still shows the error :

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 0x000001E64478F080>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/requests/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E64422D850>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/requests/

sinoroc commented 6 months ago

You have network connectivity issues.

akashbuchi11 commented 6 months ago

Is it because I am connected to company's VPN?