2018-07-10

作者: 刘融Gina | 来源:发表于2018-07-10 14:57 被阅读0次

    今日在安装 pip install pandas_datareader 的时候,显示:

    collecting pandas_datareader
      Could not fetch URL https://pypi.python.org/simple/pandas-datareader/: There was a problem confirming
    the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) - skipping
      Could not find a version that satisfies the requirement pandas_datareader (from versions: )
    No matching distribution found for pandas_datareader
    

    解决方法:
    使用国内镜像地址,
    pip install pandas_datareader -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

    相关文章

      网友评论

        本文标题:2018-07-10

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