美文网首页
Could not find a version that sa

Could not find a version that sa

作者: 帅气的猪猪 | 来源:发表于2018-08-09 10:22 被阅读27次

    有时我们使用下载python 自带的pip 安装一些工具包时,会报如下错误


    微信图片_20180809101514.png

    我的网有时候是不稳定的,这时我们用国内的镜像源来加速

    pip install 这里填你需要的包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

    --trusted-host pypi.douban.com 这是为了获得ssl证书的认证

    执行成功!

    不过每次这样手动输入会比较麻烦,建议每次换系统时先换成国内的镜像源,具体配置请参考

    相关文章

      网友评论

          本文标题:Could not find a version that sa

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