首页 > 解决方案 > 无法启动 spyder

问题描述

@CarlosCordoba 我无法开始 spyderAn error occurred while starting the kernel任何想法

"[SpyderKernelApp] ERROR | Exception in message handler:
Traceback (most recent call last):
File "C:\Anconda\lib\site‑packages\spyder_kernels\comms\frontendcomm.py", line 164, in poll_one
asyncio.run(handler(out_stream, ident, msg))
File "C:\Anconda\lib\site‑packages\nest_asyncio.py", line 32, in run
return loop.run_until_complete(future)
File "C:\Anconda\lib\site‑packages\nest_asyncio.py", line 60, in run_until_complete
f = asyncio.ensure_future(future, loop=self)
File "C:\Anconda\lib\asyncio\tasks.py", line 684, in ensure_future
raise TypeError('An asyncio.Future, a coroutine or an awaitable is '
TypeError: An asyncio.Future, a coroutine or an awaitable is required
[SpyderKernelApp] ERROR | Exception in message handler:
Traceback (most recent call last):

我尝试使用以下命令重新安装,但这对我不起作用:

conda remove spyder 
conda remove python-language-server
conda update anaconda
conda install spyder=5.1.5

标签: spyder

解决方案


推荐阅读