美文网首页
pip镜像源

pip镜像源

作者: 恰我年少时 | 来源:发表于2021-04-03 22:18 被阅读0次

    原文链接:https://www.cnblogs.com/cxhzy/p/11042669.html

    pip 使用镜像下载第三方包

    • pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple 包名

    • 例如:

    • pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas

    国内源:

    清华: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/

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

    永久:

    解决方法不唯一,仅于此介绍最简单粗暴、小白易上手的方法--

    将pip的下载源更换为国内的镜像源。

    下载慢是因为pip默认下载源在国外。

    换成国内各个优秀的镜像源就OK啦。

    相关文章

      网友评论

          本文标题:pip镜像源

          本文链接:https://www.haomeiwen.com/subject/wdqkkltx.html