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
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
QThread: Destroyed while thread is still running
Fatal Python error: Aborted
Thread 0x00000002dd79f000 (most recent call first):
File "/opt/homebrew/Cellar/[email protected]/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/selectors.py", line 562 in select
File "/opt/homebrew/lib/python3.10/site-packages/nest_asyncio.py", line 107 in _run_once
File "/opt/homebrew/lib/python3.10/site-packages/nest_asyncio.py", line 84 in run_until_complete
File "/opt/homebrew/lib/python3.10/site-packages/jupyter_client/utils.py", line 27 in wrapped
File "/opt/homebrew/lib/python3.10/site-packages/jupyter_client/manager.py", line 504 in _async_shutdown_kernel
File "/opt/homebrew/lib/python3.10/site-packages/jupyter_client/manager.py", line 82 in wrapper
File "/opt/homebrew/Cellar/[email protected]/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/tasks.py", line 232 in __step
File "/opt/homebrew/lib/python3.10/site-packages/nest_asyncio.py", line 196 in step
File "/opt/homebrew/Cellar/[email protected]/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/events.py", line 80 in _run
File "/opt/homebrew/lib/python3.10/site-packages/nest_asyncio.py", line 120 in _run_once
File "/opt/homebrew/lib/python3.10/site-packages/nest_asyncio.py", line 84 in run_until_complete
File "/opt/homebrew/lib/python3.10/site-packages/jupyter_client/utils.py", line 27 in wrapped
File "/Users/quentin/pyscripts/spyder/spyder/plugins/ipythonconsole/utils/kernel_handler.py", line 541 in _thread_shutdown_kernel
Thread 0x00000002ccd7b000 (most recent call first):
File "/Users/quentin/pyscripts/spyder/spyder/plugins/ipythonconsole/utils/kernel_handler.py", line 104 in run
Thread 0x00000002cccef000 (most recent call first):
File "/Users/quentin/pyscripts/spyder/spyder/plugins/ipythonconsole/utils/kernel_handler.py", line 104 in run
Current thread 0x00000001dfad7a80 (most recent call first):
<no Python frame>
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
What steps reproduce the problem?
Run spyder, close it. I get good results with:
pytest spyder/app/tests/test_mainwindow.py::test_window_title
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: