繁体   English   中英

pip 安装 pandas 不工作,即使我似乎有 pip

[英]pip install pandas not working even though it seems I have got pip

我已经在Python上安装了Windows虽然它不在我的PATH变量中。 我想使用pandas

When I do import pandas , I get error that pandas modules can't be found When I do pip install pandas , I get error that pip is not a command When I do python -m pip --version , I can see pip

为什么我不能使用pip

在此处输入图像描述

I had to first update pip (optional I think) - python -m pip install -U pip and then use it like this python -m pip install pandas`

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM