【发布时间】:2020-05-01 23:58:55
【问题描述】:
当我尝试使用 pip(python) 安装软件包时,我遇到了一个问题。我认为它与路径有关,因为我对它做了一些事情。 这是错误
pip : The term 'pip' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
-
您的命令提示符无法识别 pip。要么你没有安装它,要么你的路径不包含它
-
这能回答你的问题吗? 'pip' is not recognized
-
重新安装 Python 并选择“添加到 PATH”