1. 程式人生 > >ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.

ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.

 

problem: pip install selenium

出現錯誤:ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.

解決辦法:換源,如下

pip install selenium -i https://pypi.douban.com/simple

https://blog.csdn.net/niutianzhuang/article/details/79593796