安装selenium时报错,Unable to create process using ‘D:\ProgramData\python.exe D:\ProgramData\Scripts\pip-s

打开cmd,输入如下命令

显示报错

Unable to create process using 'D:\ProgramData\python.exe D:\ProgramData\Scripts\pip-s

代表在D:\ProgramData目录下重复安装了python的版本,导致系统无法创建进程。我的处理办法是删除其中的一个版本,报错的原因是有重复版本,这时候只要我们保证只有一个版本的python,就可以成功解决无法创建进程的错误。

然后再打开cmd,输入pip install selenium 命令就能安装成功啦。

你可能感兴趣的:(web自动化测试,selenium,python)