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

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环境不存在,于是就到官网下载对应的版本文件,下载地址:

  

你可能感兴趣的:(python,pytorch,开发语言)