Python pip包管理器安装第三方库超时解决方案
Posted iwuqing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python pip包管理器安装第三方库超时解决方案相关的知识,希望对你有一定的参考价值。
一、国内镜像安装
使用方法:pip install --镜像网站 第三方库名
二、镜像网站
http://pypi.douban.com/simple/ 豆瓣
http://mirrors.aliyun.com/pypi/simple/ 阿里 http://pypi.hustunique.com/simple/ 华中理工大学 http://pypi.sdutlinux.org/simple/ 山东理工大学 http://pypi.mirrors.ustc.edu.cn/simple/ 中国科学技术大学 https://pypi.tuna.tsinghua.edu.cn/simple 清华
三、使用案例(安装django,使用中国科大镜像)
pip install --index https://pypi.mirrors.ustc.edu.cn/simple/ Django
以上是关于Python pip包管理器安装第三方库超时解决方案的主要内容,如果未能解决你的问题,请参考以下文章