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
as i changed my adaptor (USBC to USB) this shows up
Traceback
Exception in callback functools.partial(<function ThreadedZMQSocketChannel.send.<locals>.thread_send at 0x000001A5CFC8AE80>)
Traceback (most recent call last):
File "C:\Users\nasr21\AppData\Local\anaconda3\Lib\site-packages\tornado\ioloop.py", line 738, in _run_callback
ret = callback()
^^^^^^^^^^
File "C:\Users\nasr21\AppData\Local\anaconda3\Lib\site-packages\jupyter_client\threaded.py", line 113, in thread_sendself.session.send(self.stream, msg)
File "C:\Users\nasr21\AppData\Local\anaconda3\Lib\site-packages\jupyter_client\session.py", line 859, in send
stream.send_multipart(to_send, copy=copy)
File "C:\Users\nasr21\AppData\Local\anaconda3\Lib\site-packages\zmq\eventloop\zmqstream.py", line 397, in send_multipartself.on_send(callback)
File "C:\Users\nasr21\AppData\Local\anaconda3\Lib\site-packages\zmq\eventloop\zmqstream.py", line 350, in on_sendself._check_closed()
File "C:\Users\nasr21\AppData\Local\anaconda3\Lib\site-packages\zmq\eventloop\zmqstream.py", line 685, in _check_closedraiseOSError("Stream is closed")
OSError: Stream is closed
Hi @athrhsymm thank you for the feedback! Checking a little bit, this seems like a duplicate of #22263 Could it be possible for you to try to update Spyder to a more recent version as mentioned at #22263 (comment) ?
If you have further info to share in order to better understand what could be causing this or if updating fixes it let us know over #22263
Description
What steps will reproduce the problem?
as i changed my adaptor (USBC to USB) this shows up
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: