Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-jupyter_console currently broken #35608

Closed
dkwo opened this issue Feb 14, 2022 · 2 comments
Closed

python3-jupyter_console currently broken #35608

dkwo opened this issue Feb 14, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@dkwo
Copy link
Contributor

dkwo commented Feb 14, 2022

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 <module>
    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.

@paper42 paper42 added the bug Something isn't working label Feb 21, 2022
@github-actions
Copy link

Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.

@github-actions github-actions bot added the Stale label Jun 24, 2022
@dkwo
Copy link
Contributor Author

dkwo commented Jun 24, 2022

issue is still present..

@github-actions github-actions bot removed the Stale label Jun 25, 2022
@dkwo dkwo closed this as completed Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants