【问题标题】:pip install pandas not working even though it seems I have got pippip install pandas 不工作,即使我似乎有 pip
【发布时间】:2021-05-08 11:39:32
【问题描述】:

我已经在Windows 上安装了Python,尽管它不在我的PATH 变量中。我想用pandas

当我执行import pandas 时,我收到错误,指出找不到pandas 模块 当我执行pip install pandas 时,我收到pip 不是命令的错误 当我做python -m pip --version 时,我可以看到pip

为什么我无法使用pip

【问题讨论】:

    标签: python pandas pip


    【解决方案1】:

    我必须先更新pip (optional I think) - python -m pip install -U pipand then use it like thispython -m pip install pandas`

    【讨论】:

      猜你喜欢
      • 2014-09-04
      • 2014-03-09
      • 2015-01-03
      • 2021-07-15
      • 1970-01-01
      • 2018-05-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多