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
参考资料
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!