美文网首页
pip Connection to pypi.org timed

pip Connection to pypi.org timed

作者: 倪大头 | 来源:发表于2020-04-09 15:36 被阅读0次
    image.png

    需要指定镜像源:
    阿里云 http://mirrors.aliyun.com/pypi/simple/
    豆瓣 http://pypi.douban.com/simple/
    清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
    中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

    例:

    pip install gunicorn -i http://pypi.mirrors.ustc.edu.cn/simple/ --trusted-host pypi.mirrors.ustc.edu.cn 
    
    image.png

    相关文章

      网友评论

          本文标题:pip Connection to pypi.org timed

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