-
Notifications
You must be signed in to change notification settings - Fork 308
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
Latest release 2.9.0 broken on install #1345
Labels
Comments
We already a number of users reporting this issue: jupyterlab/jupyterlab#15301 |
This is weird. I'll check. |
Oh, the parameter is kwarg only. It's a 3 char fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks #1341 depends on a
jupyter_client
8.5.0 but requirements have a much more relaxed 7.4.4 pin:jupyter_server/pyproject.toml
Line 33 in 4cb13ce
This leads to "Error Starting Kernel" in Jupyter applications:
We can either pass env conditionally or increase the required client version
CC @Carreau
The text was updated successfully, but these errors were encountered: