一、常见pip镜像源(国内源)
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
例如下载TensorFlow,
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple TensorFlow,就会从清华的镜像源安装。
国内pip镜像源速览
本文介绍了几个常用的国内pip镜像源,包括清华、阿里云和中国科技大学的镜像站点,通过这些镜像源可以加速Python包的下载和安装过程,例如使用清华镜像源下载TensorFlow。
一、常见pip镜像源(国内源)
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
例如下载TensorFlow,
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple TensorFlow,就会从清华的镜像源安装。
您可能感兴趣的与本文相关的镜像
TensorFlow-v2.15
TensorFlow 是由Google Brain 团队开发的开源机器学习框架,广泛应用于深度学习研究和生产环境。 它提供了一个灵活的平台,用于构建和训练各种机器学习模型
1436

被折叠的 条评论
为什么被折叠?