Basically I am trying to install urllib3 but I am countering below error:
`C:\Python 3.7\Scripts>pip3.7.exe install urllib3
Collecting urllib3
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x03285170>, 'Connection to pypi.org timed ou
t. (connect timeout=15)')': /simple/urllib3/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None))
after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x00D3E2B0>, 'Connection to pypi.org timed ou
t. (connect timeout=15)')': /simple/urllib3/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None))
after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x032AB610>, 'Connection to pypi.org timed ou
t. (connect timeout=15)')': /simple/urllib3/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None))
after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x032AB670>, 'Connection to pypi.org timed ou
t. (connect timeout=15)')': /simple/urllib3/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None))
after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x032AB5F0>, 'Connection to pypi.org timed ou
t. (connect timeout=15)')': /simple/urllib3/
pip3.7.exe install urllib3
Could not find a version that satisfies the requirement urllib3 (from versions: )
No matching distribution found for urllib3
I Tried: pip3.7.exe install urllib3
and pip install urllib3
both are having the same issue
FYI: I am located behind a proxy.
All replies are much appreciated