有时候使用默认镜像安装缓慢导致超时,可以切换镜像配置或临时使用以下国内镜像。
-
国内一些镜像网站
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple
中国科技大学 :https://pypi.mirrors.ustc.edu.cn/simple
华中理工大学:http://pypi.hustunique.com
山东理工大学:http://pypi.sdutlinux.org
三方库安装示例--- pandas库安装
文章来源:https://www.toymoban.com/news/detail-635359.html
//使用默认镜像安装缓慢导致超时
pip install pandas
//临时指定镜像(国内清华镜像)安装
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas
文章来源地址https://www.toymoban.com/news/detail-635359.html
到了这里,关于python镜像站点的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!