python 安装模块下载时总超时
2020-03-21 本文已影响0人
irene0_0
安装模块包时:
ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
肿么办?
主动设置超时时间就好啦,哈哈
pip --default-timeout=100 install virtualenv
或者使用国内镜像(推荐)
pip install virtualenv -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com