You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to reporduce the problem. All I was using was a virtual env. Make sure to have installed spyder-kernels using pip install spyder-kernels
Traceback
Traceback (most recent call last):
File "/Applications/Spyder.app/Contents/Resources/lib/python3.9/jupyter_client/manager.py", line 89, in wrapperself._ready.set_result(None)
asyncio.exceptions.InvalidStateError: invalid state
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "qtconsole/manager.pyc", line 27, in poll
File "/Applications/Spyder.app/Contents/Resources/lib/python3.9/jupyter_client/restarter.py", line 140, in pollself.kernel_manager.restart_kernel(now=True, newports=newports)
File "jupyter_core/utils/__init__.pyc", line 166, in wrapped
File "asyncio/base_events.pyc", line 647, in run_until_complete
File "/Applications/Spyder.app/Contents/Resources/lib/python3.9/jupyter_client/manager.py", line 562, in _async_restart_kernelawaitself._async_start_kernel(**self._launch_args)
File "/Applications/Spyder.app/Contents/Resources/lib/python3.9/jupyter_client/manager.py", line 92, in wrapperself._ready.set_exception(e)
asyncio.exceptions.InvalidStateError: invalid state
Hey @gabefair, thanks for reporting. This is a duplicate of issue #21338 and it'll be fixed in our next version (5.5.0), to be released at the end of the month.
I'm afraid that for now there's nothing to do about it.
Description
What steps will reproduce the problem?
I'm not sure how to reporduce the problem. All I was using was a virtual env. Make sure to have installed spyder-kernels using
pip install spyder-kernels
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: