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