启动python内核时发生错误_尝试打开Jupyter笔记本或Spyd时出现内核错误

打开Jupyter笔记本或Spyder时,我不断收到“内核错误”通知。在

ipycondya3试图重新安装内核,但问题仍然存在。我在Windows10系统中下载了Python3.7。在

我在日志中得到以下错误。在

“>;回溯(最近调用最后一次):文件

“>;”C:\Users\AppData\Local\Continuum\anaconda3\lib\site‑packages\spyder\plugins\ipytho”nconsole.py“line 1572, in create_kernel_manager_and_kernel_client

kernel_manager.start_kernel(stderr=stderr_handle) File

"C:\Users\AppData\Roaming\Python\Python37\site‑packages\jupyter_client\manager.py",

line 240, in start_kernel self.write_connection_file() File

"C:\Users\AppData\Roaming\Python\Python37\site‑packages\jupyter_client\connect.py",

line 476, in write_connection_file kernel_name=self.kernel_name File

"C:\Users\AppData\Roaming\Python\Python37\site‑packages\jupyter_client\connect.py",

line 141, in write_connection_file with secure_write(fname) as f: File

"C:\Users\AppData\Local\Continuum\anaconda3\lib\contextlib.py", line

112, in enter return next(self.gen) File

"C:\Users\AppData\Roaming\Python\Python37\site‑packages\jupyter_core\paths.py",

line 404, in secure_write win32_restrict_file_to_user(fname) File

"C:\Users\AppData\Roaming\Python\Python37\site‑packages\jupyter_core\paths.py",

line 359, in win32_restrict_file_to_user import win32api ImportError:

DLL load failed: The specified procedure could not be found.

你可能感兴趣的:(启动python内核时发生错误)