New issue by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/35608 Description: On up to date `x86_64-musl` ``` $ jupyter-console Jupyter console 6.4.0 Python 3.10.2 (main, Jan 15 2022, 02:42:16) [GCC 10.2.1 20201203] Type 'copyright', 'credits' or 'license' for more information IPython 7.31.0 -- An enhanced Interactive Python. Type '?' for help. Traceback (most recent call last): File "/bin/jupyter-console", line 33, in sys.exit(load_entry_point('jupyter-console==6.4.0', 'console_scripts', 'jupyter-console')()) File "/usr/lib/python3.10/site-packages/jupyter_core/application.py", line 254, in launch_instance return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs) File "/usr/lib/python3.10/site-packages/traitlets/config/application.py", line 845, in launch_instance app.start() File "/usr/lib/python3.10/site-packages/jupyter_console/app.py", line 148, in start self.shell.mainloop() File "/usr/lib/python3.10/site-packages/jupyter_console/ptshell.py", line 664, in mainloop main_task = asyncio.wait(tasks, loop=loop, return_when=asyncio.FIRST_COMPLETED) TypeError: wait() got an unexpected keyword argument 'loop' sys:1: RuntimeWarning: coroutine 'ZMQTerminalInteractiveShell.interact' was never awaited $ [IPKernelApp] WARNING | Parent appears to have exited, shutting down. ``` There's some work merged upstream, but no clean solution yet.