“Pip异常处理”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
			
		
		
	
| Jihongchang(讨论 | 贡献)   (建立内容为“在命令行中使用pip遇到如下异常:<syntaxhighlight lang="powershell"> E:\record\2022\9\7>pip Fatal error in launcher: Unable to create process using '"…”的新页面) | 
| (没有差异) | 
2022年9月7日 (三) 06:42的最新版本
在命令行中使用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