国内镜像源

清华(常用):

https://pypi.tuna.tsinghua.edu.cn/simple

阿里云:

https://mirrors.aliyun.com/pypi/simple/

中科大:

https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣:

https://pypi.douban.com/simple/

使用方法:

在使用pip的时候,加上参数-i和镜像地址(如
http://mirrors.aliyun.com/pypi/simple/),
例如:pip install -i http://mirrors.aliyun.com/pypi/simple tensorflow==2.0.0a0
这样就会从阿里云镜像安装文件

posted @ 2021-04-08 11:37  半个程序猿Cohen_Lee  阅读(144)  评论(0)    收藏  举报