0

ran the command:: pip install -U Selenium and getting timeout error message.

Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'Connect
TimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03F4
9670>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/selenium/
SPIDER
  • 11
  • 4
  • this may help... https://stackoverflow.com/questions/30992717/proxy-awareness-with-pip – Shadab Faiz Oct 23 '17 at 18:03
  • Are you on a network that restricts outgoing connections? – John Gordon Oct 23 '17 at 18:03
  • possible. I don't have proxy server address, Actually using Automatic configuration script. have no idea how to tweak this:: pip install --proxy=http://proxy.example.com numpy – SPIDER Oct 23 '17 at 18:15
  • Eg: http://proxy2.....:8080/proxy.pac how do I modify this proxy script – SPIDER Oct 23 '17 at 18:22
  • @John Gordon: Yes, you are right. the network restricts connections, so that I changed to another network and I'm able to install packages. Thanks John.. – SPIDER Oct 24 '17 at 12:46

0 Answers0