Python pip install的几个国内镜像源的设置

Last updated on:2 years ago

这些镜像源有好几个,包括清华、阿里、腾讯、豆瓣等,选择一个使用即可。小虎本人发现这些源站有时效性,比如写博客的这个时段,老是发生中断。

ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.

镜像源

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

阿里云 https://mirrors.aliyun.com/pypi/simple/

中国科学技术大学 https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣 http://pypi.douban.com/simple/

腾讯源 https://mirrors.cloud.tencent.com/

添加方法

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

参考资料

pypi 镜像使用帮助

Windows 10使用pip安装一些总是中断的包,Windows10