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 soon as I upgraded spyder via 'pip install --upgrade spyder' I found this error while openenig it.
Traceback
Uncaught exception in ZMQStream callback
Traceback (most recent call last):
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\zmq\eventloop\zmqstream.py", line 584, in _run_callback
f = callback(*args, **kwargs)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\jupyter_client\threaded.py", line 124, in _handle_recv
msg_list =self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\nest_asyncio.py", line 81, in run_until_completereturn f.result()
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\asyncio\futures.py", line 201, in resultraiseself._exception
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\asyncio\tasks.py", line 256, in __step
result = coro.send(None)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\jupyter_client\threaded.py", line 35, in get_msgreturnawait msg
TypeError: object list can't be used in 'await' expression
Uncaught exception in zmqstream callback
Traceback (most recent call last):
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\zmq\eventloop\zmqstream.py", line 621, in _handle_eventsself._handle_recv()
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\zmq\eventloop\zmqstream.py", line 650, in _handle_recvself._run_callback(callback, msg)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\zmq\eventloop\zmqstream.py", line 584, in _run_callback
f = callback(*args, **kwargs)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\jupyter_client\threaded.py", line 124, in _handle_recv
msg_list =self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\nest_asyncio.py", line 81, in run_until_completereturn f.result()
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\asyncio\futures.py", line 201, in resultraiseself._exception
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\asyncio\tasks.py", line 256, in __step
result = coro.send(None)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\jupyter_client\threaded.py", line 35, in get_msgreturnawait msg
TypeError: object list can't be used in 'await' expression
Exception in callback AddThreadSelectorEventLoop._handle_select([4164], [])
handle: <Handle AddThreadSelectorEventLoop._handle_select([4164], [])>
Traceback (most recent call last):
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\asyncio\events.py", line 80, in _runself._context.run(self._callback, *self._args)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\tornado\platform\asyncio.py", line 647, in _handle_selectself._handle_event(r, self._readers)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\tornado\platform\asyncio.py", line 661, in _handle_event
callback()
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\tornado\platform\asyncio.py", line 206, in _handle_events
handler_func(fileobj, events)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\zmq\eventloop\zmqstream.py", line 621, in _handle_eventsself._handle_recv()
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\zmq\eventloop\zmqstream.py", line 650, in _handle_recvself._run_callback(callback, msg)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\zmq\eventloop\zmqstream.py", line 584, in _run_callback
f = callback(*args, **kwargs)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\jupyter_client\threaded.py", line 124, in _handle_recv
msg_list =self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\nest_asyncio.py", line 81, in run_until_completereturn f.result()
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\asyncio\futures.py", line 201, in resultraiseself._exception
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\asyncio\tasks.py", line 256, in __step
result = coro.send(None)
File "C:\Users\elham\AppData\Local\Programs\Python\Python39\lib\site-packages\jupyter_client\threaded.py", line 35, in get_msgreturnawait msg
TypeError: object list can't be used in 'await' expression
Hey @najafi82, thanks for reporting. This is an issue with pyzmq 25, which was released some hours ago. Please downgrade to pyzmq 24 in the meantime to have Spyder working again.
My pull request was merged and released in Jupyter-client 7.4.9, so you need to update to that version. I'll add this requirement to Spyder-kernels too so other people don't encounter this issue.
Description
What steps will reproduce the problem?
as soon as I upgraded spyder via 'pip install --upgrade spyder' I found this error while openenig it.
Traceback
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: