开发者社区> 问答> 正文

在Anaconda中更新Spyder后出现内核错误

此问题在这里已经有答案

更新到Spyder 4.1后出现内核错误(2个答案)

23小时前关闭。

我将Spyder更新到版本4.1.0(以及anaconda中的所有其他软件包)。Spyder本身可以正常工作,但是内核无法正常工作。我收到以下错误,无法解决该错误:

An error ocurred while starting the kernel
The error is:

Traceback (most recent call last):
File "C:\Users\20172010\AppData\Local\Continuum\anaconda3\lib\site‑packages\spyder\plugins\ipythonconsole\plugin.py", line 1209, in create_kernel_manager_and_kernel_client
kernel_manager.start_kernel(stderr=stderr_handle, \*kwargs)
File "C:\Users\20172010\AppData\Local\Continuum\anaconda3\lib\site‑packages\jupyter_client\manager.py", line 267, in start_kernel
self.kernel = self._launch_kernel(kernel_cmd, env=env, \*kw)
File "C:\Users\20172010\AppData\Local\Continuum\anaconda3\lib\site‑packages\jupyter_client\manager.py", line 211, in _launch_kernel
return launch_kernel(kernel_cmd, \*kw)
File "C:\Users\20172010\AppData\Local\Continuum\anaconda3\lib\site‑packages\jupyter_client\launcher.py", line 135, in launch_kernel
proc = Popen(cmd, \*kwargs)
File "C:\Users\20172010\AppData\Local\Continuum\anaconda3\lib\subprocess.py", line 800, in __init__
restore_signals, start_new_session)
File "C:\Users\20172010\AppData\Local\Continuum\anaconda3\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

问题来源:stackoverflow

展开
收起
is大龙 2020-03-23 16:57:56 1966 0
1 条回答
写回答
取消 提交回答
  • 在下面的链接中提到他们正在尽快推出spyder 4.1.1。

    同时,您有两种选择:

    • run spyder 4.1.0 via the Navigator or prompt (as mentioned earlier)
    • perform a rollback to 4.0.1 in the navigator 链接:https://github.com/spyder-ide/spyder/issues/11819

    回答来源:stackoverflow

    2020-03-23 16:58:00
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载