FS#74996 - jupyter-qtconsole fails to start

Attached to Project: Arch Linux
Opened by Estif Favola (humblejumble) - Wednesday, 08 June 2022, 16:38 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 08 June 2022, 18:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
qtconsole opens but doesn't initialize properly, can't be used

ERROR:tornado.general:Uncaught exception in ZMQStream callback
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/zmq/eventloop/zmqstream.py", line 556, in _run_callback
callback(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/jupyter_client/threaded.py", line 117, in _handle_recv
ident, smsg = self.session.feed_identities(msg_list)
File "/usr/lib/python3.10/site-packages/jupyter_client/session.py", line 968, in feed_identities
idx = msg_list.index(DELIM)
AttributeError: '_asyncio.Future' object has no attribute 'index'
ERROR:tornado.general:Uncaught exception in zmqstream callback
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/zmq/eventloop/zmqstream.py", line 577, in _handle_events
self._handle_recv()
File "/usr/lib/python3.10/site-packages/zmq/eventloop/zmqstream.py", line 606, in _handle_recv
self._run_callback(callback, msg)
File "/usr/lib/python3.10/site-packages/zmq/eventloop/zmqstream.py", line 556, in _run_callback
callback(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/jupyter_client/threaded.py", line 117, in _handle_recv
ident, smsg = self.session.feed_identities(msg_list)
File "/usr/lib/python3.10/site-packages/jupyter_client/session.py", line 968, in feed_identities
idx = msg_list.index(DELIM)
AttributeError: '_asyncio.Future' object has no attribute 'index'
ERROR:asyncio:Exception in callback BaseAsyncIOLoop._handle_events(27, 1)
handle: <Handle BaseAsyncIOLoop._handle_events(27, 1)>
Traceback (most recent call last):
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.10/site-packages/tornado/platform/asyncio.py", line 189, in _handle_events
handler_func(fileobj, events)
File "/usr/lib/python3.10/site-packages/zmq/eventloop/zmqstream.py", line 577, in _handle_events
self._handle_recv()
File "/usr/lib/python3.10/site-packages/zmq/eventloop/zmqstream.py", line 606, in _handle_recv
self._run_callback(callback, msg)
File "/usr/lib/python3.10/site-packages/zmq/eventloop/zmqstream.py", line 556, in _run_callback
callback(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/jupyter_client/threaded.py", line 117, in _handle_recv
ident, smsg = self.session.feed_identities(msg_list)
File "/usr/lib/python3.10/site-packages/jupyter_client/session.py", line 968, in feed_identities
idx = msg_list.index(DELIM)
AttributeError: '_asyncio.Future' object has no attribute 'index'

Additional info:
Name : python-qtconsole
Version : 5.3.0-2

there are some similar sounding bugs on the github page, https://github.com/jupyter/qtconsole/issues
I don't think they're related, this is recent for me
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 08 June 2022, 18:12 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#74986 

Loading...