使用报错:Fatal error in launcher: Unable to create process using '"'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用报错:Fatal error in launcher: Unable to create process using '"'相关的知识,希望对你有一定的参考价值。

在一个系统中共存Python2、python3的时候,pip、pip2、pip3使用的时候会报错:

c:\\Python35\\Scripts>pip3
Fatal error in launcher: Unable to create process using \'"\'

解决方法:

python3:

python3 -m pip install --upgrade pip

python2:

python2 -m pip install --upgrade pip

注意:python2, python3共存时,将python安装目录下的python.exe改成对应的python2.exe,python3.exe

使用以上命令有可能会报错,是因为网络问题,需要FQ即可解决(下图所示):

以上是关于使用报错:Fatal error in launcher: Unable to create process using '"'的主要内容,如果未能解决你的问题,请参考以下文章

解决报错:fatal: in unpopulated submodule *

使用报错:Fatal error in launcher: Unable to create process using '"'

python pip使用报错:Fatal error in launcher: Unable to create process using '"'

pip运行报错Fatal error in launcher: Unable to create process using pip.exe

56-python pip使用报错:Fatal error in launcher: Unable to create process using '"'

git解决 fatal: not in a git directory