python国内使用pip提示超时
Posted zmichael
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python国内使用pip提示超时相关的知识,希望对你有一定的参考价值。
解决方法:
1、添加超时的参数,不使用缓存
pip install --default-timeout=1000 --no-cache-dir
2、使用国内源:
例如: pip install jupyter -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
以上是关于python国内使用pip提示超时的主要内容,如果未能解决你的问题,请参考以下文章