简体   繁体   English

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

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

I have installed Python on Windows though it is not in my PATH variable.我已经在Python上安装了Windows虽然它不在我的PATH变量中。 I want to use pandas我想使用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 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

Why am I not able to use 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` 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.

相关问题 我无法从flask_sqlalchemy 和flask_wtf.csrf 导入,即使我为两者都进行了pip 安装。 在我得到一台新电脑之前它就可以工作了 - I can't import from flask_sqlalchemy and from flask_wtf.csrf even though I did pip install for both. It was working before I got a new pc 即使我已经使用pip Linux Mint Sarah成功安装了BeautifulSoup4,它也无法正常工作 - BeautifulSoup4 is not working even though I have successfully installed it using pip Linux Mint Sarah Python - pip安装pandas,无法正常工作 - Python - pip install pandas, not working pip 安装不适用于 Pandas + numpy - pip install not working for pandas + numpy 为什么即使我安装了 setuptools,`pip install -e` 也会给我一个“没有名为 'setuptools' 的模块”错误? - Why does `pip install -e` give me a "no module named 'setuptools'" error even though I have setuptools installed? pip无法正常运行,即使已正确安装 - pip is not working , even though it is properly installed ModuleNotFoundError 即使我已经用 pip 安装了它 - ModuleNotFoundError even though I already installed it with pip 即使安装了pip,也找不到pip [3]命令 - pip[3] command not found even though pip is installed ModuleNotFoundError:即使我安装了 pip 安装 websocket,也没有名为“websocket”的模块 - ModuleNotFoundError: No module named 'websocket' even though I installed pip install websocket Python 抛出 ModuleNotFoundError 即使我使用 pip install 安装了本地 package - Python throws ModuleNotFoundError even though I installed a local package using pip install
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM