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
1条答案
按热度按时间jei2mxaa1#
此错误消息...
...表示系统无法定位
pip
。溶液
当用户尝试在命令提示符中使用
pip
时,windows上会显示此错误。要在Windows os上解决此错误,您需要将 Python解释器 * 的路径添加到系统*Path
**变量中。要查看可以使用
pip
执行的操作列表,可以在终端上执行以下命令:此外,您可能需要升级pip,如下所示:
然后,您只需按照以下步骤安装或升级Selenium Python bindings: