本文主要是介绍python pip selenium HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
这里写自定 raise ReadTimeoutError(self._pool, None, 'Read timed out.'
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
方法是
pip install pillow
再不行,就用
解决方法,设置超时时间
pip --default-timeout=100 install -U Pillow
参考的连接
https://blog.csdn.net/weixin_33915554/article/details/93322774
这篇关于python pip selenium HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!