gpt4 book ai didi

python-2.7 - 无法识别“pip ”

转载 作者:行者123 更新时间:2023-12-03 14:30:47 25 4
gpt4 key购买 nike

我尝试安装PySide,但从Powershell收到如下错误:

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 install -U PySide
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

最佳答案

尝试在命令提示符下使用pip时,Windows上会显示此错误。
若要解决此错误在Windows上,您必须通过执行以下步骤声明路径变量:

第1步-右键单击“我的电脑”或“此PC”
第2步-单击属性
第3步-单击高级系统设置

您会找到一个称为系统变量的部分。
单击显示在此处的变量和值列表中的路径。
单击路径后,单击编辑。您会在弹出窗口中找到一个“新建”按钮。
单击该名称,然后粘贴python35或python36文件夹的位置(安装python时指定的位置),然后在其中粘贴“\Scripts”。
对我而言,其“C:\Users\a610580\AppData\Local\Programs\Python\Python35-32”,因此我输入“C:\Users\a610580\AppData\Local\Programs\Python\Python\Python35-32\Scripts”
单击“确定”关闭所有窗口,然后重新启动命令提示符。我重复一遍-重新启动命令提示符。

现在一切都应该正常工作!
确保您不要干扰path变量中的任何其他内容,并严格按照上述步骤进行操作。
另外,您也可以观看此视频-https://www.youtube.com/watch?v=Jw_MuM2BOuI
祝您编码愉快!

关于python-2.7 - 无法识别“pip ”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36835341/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com