Pip异常处理

来自姬鸿昌的知识库
Jihongchang讨论 | 贡献2022年9月7日 (三) 06:42的版本 (建立内容为“在命令行中使用pip遇到如下异常:<syntaxhighlight lang="powershell"> E:\record\2022\9\7>pip Fatal error in launcher: Unable to create process using '"…”的新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

在命令行中使用pip遇到如下异常:

E:\record\2022\9\7>pip
Fatal error in launcher: Unable to create process using '"d:\python\python37\python.exe"  "I:\Python\Python37\Scripts\pip.exe" '


解决:强制重装 pip

E:\record\2022\9\7>python -m pip install --upgrade --force-reinstall pip