简体   繁体   中英

Unable to install selenium using (pip install -U selenium) in command prompt

I am a newbie to Python_Selenium. I have installed python and done below Environment setup :

OS = Windows7

Python 2.7.13

Java = Java7

While entering pip install -U selenium and hitting enter in command prompt getting below error.

Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/selenium/

Cab any body please help ?

如果您使用代理从浏览器访问该网站,则还需要更改命令以反映该代理服务器。

pip install -U selenium --proxy=<proxy address>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM