pip常用的国内镜像
Posted lightbc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip常用的国内镜像相关的知识,希望对你有一定的参考价值。
常用国内镜像地址:
清华大学
https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云
https://mirrors.aliyun.com/pypi/simple/
豆瓣
https://pypi.douban.com/simple/
中国科学技术大学
https://pypi.mirrors.ustc.edu.cn/simple/
华中科技大学
https://pypi.hustunique.com/
使用方式:
pip install --upgrade model_name -i https://pypi.tuna.tsinghua.edu.cn/simple/
以上是关于pip常用的国内镜像的主要内容,如果未能解决你的问题,请参考以下文章