pip安装换成国内的镜像源

Posted syw-home

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装换成国内的镜像源相关的知识,希望对你有一定的参考价值。

背景

pip下载包的时候,国外源下载速度贼慢,尝试换成国内源

国内源有

  1. 阿里云 http://mirrors.aliyun.com/pypi/simple/
  2. 豆瓣(douban) http://pypi.douban.com/simple/
  3. 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
  4. 中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

下载命令如下(例如阿里云)

python3 -m pip install tensorflow -i  http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com

 

以上是关于pip安装换成国内的镜像源的主要内容,如果未能解决你的问题,请参考以下文章

Python的pip设置国内源:清华源或者阿里云源

pip更换永久软件源

用pip安装tensorflow换成国内源快速安装

Pycharm软件更换pip安装源为国内的清华豆瓣阿里

PIP源使用国内镜像

centos7安装pip并配置国内阿里镜像源