pip安装selenium报错:Read timed out
Posted 我是冰霜
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装selenium报错:Read timed out相关的知识,希望对你有一定的参考价值。
今天打算把selenium降级重新安装,发现安装时总是失败,报如下错误:
raise ReadTimeoutError(self._pool, None, \'Read timed out.\')
pip._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=\'pypi.py
thon.org\', port=443): Read timed out.
原因是超时了,解决方法:安装时指定超时时间
pip --default-timeout=100 install -U selenium==2.53.6
参考博客:http://www.cnblogs.com/xiaoduc-org/p/5958973.html
以上是关于pip安装selenium报错:Read timed out的主要内容,如果未能解决你的问题,请参考以下文章
关于cmd安装pip3模块失败的 Read timed out.的补救方法
python 安装第三方库,超时报错--Read timed out.
错误处理: pip install 时候 “Read timed out”