Closed Patrick-Cole closed 3 years ago
Hi @Patrick-Cole,
Please close Spyder and open a console and run
conda install jupyter_client=6.1.12
That should fix your problem. Please let me know if this works.
Thanks for the response. I am using the latest WinPython, and not Anaconda. Spyder is installed via pip, as per your website instructions. WinPython does not have this problem with Spyder version 4.
I updated my jupyter_client, but the crash still occurs. I also installed anaconda on my machine and can confirm that the crash does not occur in Anaconda. It must be something installed with WinPython I guess, but I am not sure what.
Pinging @stonebig about this one.
Also, @Patrick-Cole, could you post the output of pip list
?
hi all.
Well, it's the same also on latest WinPython with
comm = self.get_comm(comm_id)
File "C:\WinP\bd38\bu\WPy64-3890\python-3.8.9.amd64\lib\site-packages\qtconsole\comms.py", line 117, in get_comm
self.log.warning("No such comm: %s", comm_id)
Message: 'No such comm: %s'
Arguments: ('8ae1e32aa2d311eb9aaec485088699ed',)
Stoping the debug with the debug stop button
works without crash.
pip list (typical)
Hi,
As requested my pip list is:
Thanks @Patrick-Cole and @stonebig for your help. I found the error yesterday and it's in our side.
I'll fix it for our next release.
thanks for the discovery of the "< details >" markdown, will re-use it
No prob. And just so you know, I only edit user comments to add those tags, so that it's easier for us to browse issues.
Thanks very much - keep up the awesome work!
Description
What steps will reproduce the problem?
When some code is in debug (I use breakpoint()), the error occurs when closing the console using the 'x'. If I stop the debug mode or press the black stop button first, it does not occur.
Traceback
Versions
Dependencies