程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
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、背景

在學習pytorch框架的時候,需要利用miniconda安裝pytorch,用jupyter進行開發的時候,無法啟動juypter notebook。

2、問題

在windows10/11環境下面進行jupyter notebook啟動的時候,會提示如下的錯誤:

(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、問題分析

1)首先檢查c:\program files\python37\python.exe 文件是否存在。

2)其次檢查C:\Users\Lenovo\AppData\Roaming\Python\Python37\Scripts\jupyter.exe 文件是否存在。

3)經過上面兩步驗證之後,基本上就知道問題了,我這邊遇到的問題是,c:\program files\python37\python.exe文件不存在。

4、解決辦法

   經過上面的分析發現我的python環境不存在,於是就到官網下載對應的版本文件,下載地址:

  


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