-
Notifications
You must be signed in to change notification settings - Fork 147
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
Unable to start jupyter console: "RuntimeError: asyncio.run() cannot be called from a running event loop" #298
Comments
I got the exact same issue, I use Arch as well. |
I guess this change in jupyter-core causes this problem. |
Do you mean to downgrade the package manually using the package manger? Because I searched for an option to use a specific jupyter_core version and I couldn't find a away |
Yes |
This is a the problem with Arch: it's maintainers sometimes update packages too quickly and then you end up with issues like this. Since that version was yanked on PyPI, please report that in the Arch bug tracker so they revert to 5.5.1. |
This appears to be resolved by jupyter_core 5.7.1. Thanks everyone. |
I'm not able to start jupyter console. Unfortunately, I use it too infrequently to know precisely when it started failing. On startup, I get the following python traceback, which is the same regardless of the kernel chosen:
I'm using Arch Linux, and the following packages:
The text was updated successfully, but these errors were encountered: