当前位置: 代码迷 >> 综合 >> python报错 pip命令安装第三方包报错Fatal error in launcher: Unable to create process using ‘
  详细解决方案

python报错 pip命令安装第三方包报错Fatal error in launcher: Unable to create process using ‘

热度:67   发布时间:2023-11-15 18:09:52.0

问题:python 使用pip命令安装第三方包,报错:Fatal error in launcher: Unable to create process using '"d:\worksoft\pyhon\python.exe"  "D:\worksoft\python\Scripts\pip.exe" install request': ???????????

解决办法:

1、电脑桌面--Win+R 打开运行,录入:cmd,进入命令界面,录入命令:python -m pip install --upgrade pip

此时命令安装第三方包,即可成功,例如:pip install request (若未成功,报错:ERROR: Could not find a version that satisfies the requirement request
ERROR: No matching distribution found for request,则参考文章:https://blog.csdn.net/qq_37453279/article/details/115763571)

  相关解决方案