程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Fatal error in launcher: Unable to create process using ‘“c:\program files\python37\python.exe”

編輯:Python

1. Background

When learning the pytorch framework, you need to use miniconda to install pytorch. When developing with jupyter, you cannot start juypter notebook.

2. Questions

When starting jupyter notebook under windows10/11 environment, the following error will be prompted:

(base) F:\workspace-pytorch>jupyter notebook Fatal error in launcher: Unable to create process using '"c:\program files\python37\python.exe" "C:\Users\Lenovo\AppData\Roaming\Python\Python37\Scripts\jupyter.exe" notebook': ???????????

3. Problem Analysis

1) First check if the c:\program files\python37\python.exe file exists.

2) Second check if the C:\Users\Lenovo\AppData\Roaming\Python\Python37\Scripts\jupyter.exe file exists.

3) After the above two-step verification, I basically know the problem. The problem I encountered here is that the c:\program files\python37\python.exe file does not exist.

4. Solutions

After the above analysis, I found that my python environment does not exist, so I went to the official website to download the corresponding version file, download address:


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved