pip镜像源-使用国内镜像源解决下载慢的问题

avatar
作者
猴君
阅读量:0

使用国内镜像源解决下载慢的问题

使用国内的镜像源可以很好的解决下载速度慢的问题,这些镜像源就是为了解决这样的问题而建立起来的,它们会定时同步官方的库以保持同步,这里以清华的镜像源为例,执行ip install xxx -i
https://pypi.tuna.tsinghua.edu.cn/simple 就指定了清华的镜像源(xxx表示要安装的包名),这样安装依赖包的速度明显会快很多。

临时使用国内镜像源

pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple

pip配置镜像源

​ 清华:pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ 阿里:pip config set install.trusted-host https://mirrors.aliyun.com/pypi/simple/  ​

广告一刻

为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!