Closed a3626a closed 11 months ago
juyter console is also failing with jupyter core 5.6.0:
$ jupyter console
[IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled
Jupyter console 6.6.3
Python 3.12.1 (main, Dec 26 2023, 18:42:33) [GCC 12.2.0]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.19.0 -- An enhanced Interactive Python. Type '?' for help.
Traceback (most recent call last):
File "/usr/bin/jupyter-console", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.12/site-packages/jupyter_core/application.py", line 307, in launch_instance
loop.run_until_complete(coro)
File "/usr/lib/python3.12/asyncio/base_events.py", line 684, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/jupyter_core/application.py", line 294, in _async_launch_instance
app.start()
File "/usr/lib/python3.12/site-packages/jupyter_console/app.py", line 148, in start
self.shell.mainloop()
File "/usr/lib/python3.12/site-packages/jupyter_console/ptshell.py", line 676, in mainloop
asyncio.run(self._main_task())
File "/usr/lib/python3.12/asyncio/runners.py", line 190, in run
raise RuntimeError(
RuntimeError: asyncio.run() cannot be called from a running event loop
sys:1: RuntimeWarning: coroutine 'ZMQTerminalInteractiveShell._main_task' was never awaited
Reverting to jupyter core 5.5.1 makes this issue go away.
I've yanked this release
This new 5.6 version causes this error : (https://github.com/jupyter/jupyter_core/pull/381)
I'm using z2jh. These are installed pacakges