1. pip install 报错如下所示
pip._vendor.urllib3.exceptions.ReadTimeoutError:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
2. 解决方案:
pip install -r requiremnet.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
制定某个库与库的版本的国内源链接下载方式文章来源:https://www.toymoban.com/news/detail-787943.html
pip --default-timeout=100 install tensorflow==2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
网络上解决方案也很多如下:没有用文章来源地址https://www.toymoban.com/news/detail-787943.html
pip --default-timeout=100 install gevent
到了这里,关于【conda】pip安装报错,网络延时问题解决记录(亲测有效)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!