pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org'

在安装pip instal XX是出现如下错误:
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.

解决办法:
设置超时时间,
pip --default-timeout=100 install -U Pillow

注意:如有雷同纯属巧合

猜你喜欢

转载自blog.csdn.net/m0_43432638/article/details/84400474
今日推荐