使用django-admin时出现Fatal error in launcher: Unable to create process using错误。检查了import django,是正确安装了
Fatal error in launcher: Unable to create process using

其实问题出在django-admin找错了安装路径。不是“d:\program files\python\python.exe”,而应是D:\Program Files\Python\python.exe。多了分号,而且路径全变小写了。

解决办法是用WinHex,打开…\Python\Scripts\django-admin.exe,修改相关路径
Fatal error in launcher: Unable to create process using
Fatal error in launcher: Unable to create process using

现在在重新运行django-admin startproject mytest,成功!

这个方法同样使用pip等其他报的该错误

相关文章:

  • 2021-08-19
  • 2021-11-19
  • 2022-12-23
  • 2021-06-21
  • 2021-09-24
  • 2021-08-12
  • 2021-07-31
  • 2021-08-31
猜你喜欢
  • 2022-01-26
  • 2021-12-05
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案