简体   繁体   English

Pip 无法识别安装程序

[英]Pip not recognized to install program

I'm trying to install instaloader and running into problems.我正在尝试安装 instaloader 并遇到问题。

IU've downloaded the github file, extracted it, installed python and pip, i think.我已经下载了 github 文件,将其解压缩,安装了 python 和 pip,我想。 Now while runninng现在在跑步时

pip3 install instaloader

in the windows command prompt its responding:在 windows 命令提示其响应:

'pip3' is not recognized as an internal or external command, operable program or batch file. 'pip3' 不是内部或外部命令,也不是可运行的程序或批处理文件。

I've tried installing pip3 by running pip install pip in both python and command prompt, uninstalling and reinstalling python. Do i need to add python to the PATH?我尝试通过在 python 和命令提示符下运行 pip install pip 安装 pip3,卸载并重新安装 python。我需要将 python 添加到 PATH 中吗?

You can try to install pip by 'python get-pip.py' rather than 'pip install pip'.您可以尝试通过“python get-pip.py”而不是“pip install pip”来安装 pip。

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

相关问题 pip 安装出错:“pip”未被识别为内部或外部命令、可运行程序或批处理文件 - Error with pip install: 'pip' is not recognized as an internal or external command, operable program or batch file pip 在 ArcPro 2.9.1 中安装产生“C:\Program”无法识别为内部或外部命令错误,如何更改安装目录? - pip install within ArcPro 2.9.1 produces 'C:\Program' is not recognized as an internal or external command error, how can I change the install dir? 在安装pip之后,PyCharm无法识别Pycurl - Pycurl is not recognized by PyCharm after pip install 无法识别Python pip安装easy_install - Python pip installation easy_install not recognized pip无法识别试图安装pyinstaller的内容 - pip is not recognized what trying to install pyinstaller pip安装映像不起作用,pip无法识别,但已安装 - pip install image doesn't work, pip not recognized, but it is installed 使用 Tkinter 的“pip install Module”程序 - 'pip install Module' Program with Tkinter 'pip' 未被识别 - 'pip' is not recognized '-m' 未被识别为内部或外部命令...同时使用 -m pip install --upgrade pip 更新 pip 版本 - '-m' is not recognized as an internal or external command... while updating pip version using -m pip install --upgrade pip pip 不是内部或外部命令,也不是可运行的程序或批处理文件 - pip is not recognized as an internal or external command, operable program or batch file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM