zoukankan      html  css  js  c++  java
  • pandas模块安装问题笔记

    1.

    # pip install  pandas  

    引用 pandas 时,没有模块 ,进行模块安装,出现一推英文提示

    结果

    Collecting pandas

      Could not fetch URL https://pypi.python.org/simple/pandas/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645) - skipping

      Could not find a version that satisfies the requirement pandas (from versions: )

    No matching distribution found for pandas

    You are using pip version 8.1.1, however version 9.0.3 is available.

    You should consider upgrading via the 'pip install --upgrade pip' command.

    2.解决:

    #pip --trusted-host pypi.python.org install pandas

    成功了

    3.验证

     4,。顺便把刚才错误的pip更新一下

    #pip install --upgrade pip

  • 相关阅读:
    java中的静态变量与实例变量
    Java中的关键字this
    继承和多类的基础(C++)
    11-1:(42)接雨水
    10-2
    10-1
    9-2
    9-1
    8-2
    8-1
  • 原文地址:https://www.cnblogs.com/weiying121/p/8721273.html
Copyright © 2011-2022 走看看