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

系统win7

解决方法:

python3:

python3 -m pip install --upgrade pip

python2:

python2 -m pip install --upgrade pip

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

猜你喜欢

转载自www.cnblogs.com/pyrene/p/9034981.html