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
If I try to install software on s4 with pip, I get error messages like the following:
pip install docopt
Collecting docopt (from -r requirements.txt (line 1))
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x807cdb2e8>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/docopt/
...
Running pip install with the verbose flag shows me that I'm not able to download the following file: https://pypi.org/simple/docopt/
If I do "curl https://pypi.org/simple/docopt/" from s4, the command just hangs. But that same command from my local machine works fine. Can you tell what's going on here?
The text was updated successfully, but these errors were encountered:
If I try to install software on s4 with pip, I get error messages like the following:
pip install docopt
Collecting docopt (from -r requirements.txt (line 1))
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x807cdb2e8>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/docopt/
...
Running pip install with the verbose flag shows me that I'm not able to download the following file: https://pypi.org/simple/docopt/
If I do "curl https://pypi.org/simple/docopt/" from s4, the command just hangs. But that same command from my local machine works fine. Can you tell what's going on here?
The text was updated successfully, but these errors were encountered: