环境信息:

python版本:V3.6.4 

安装路径:D:\Program Files\python36

环境变量PATH:D:\Program Files\Python36;D:\Program Files\Python36\Scripts;

 

问题描述:命令行执行pip报错

【Selenium】【BugList4】执行pip报错:Fatal error in launcher: Unable to create process using '""D:\Program Files\Python36\python.exe"" "D:\Program Files\Python36\Scripts\pip.exe" '

 

解决方法:

1.切换到D:\Program Files\Python36\Scripts

2.执行python pip.exe install SomePackage进行安装

3.安装成功后执行pip仍报错

4.查看安装成功后,提示pip要升级

5.执行python -m pip install --upgrade pip

6.升级成功后,再次执行pip,OK了

【Selenium】【BugList4】执行pip报错:Fatal error in launcher: Unable to create process using '""D:\Program Files\Python36\python.exe"" "D:\Program Files\Python36\Scripts\pip.exe" '

【Selenium】【BugList4】执行pip报错:Fatal error in launcher: Unable to create process using '""D:\Program Files\Python36\python.exe"" "D:\Program Files\Python36\Scripts\pip.exe" '

 

 

【Ending】

微信公众号“粒粒的测试笔记

【Selenium】【BugList4】执行pip报错:Fatal error in launcher: Unable to create process using '""D:\Program Files\Python36\python.exe"" "D:\Program Files\Python36\Scripts\pip.exe" '

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-24
  • 2021-07-21
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案