-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Dependency Conflict (when installing Kernel) #13267
Comments
The error, at least for
|
Here is a much nicer error from uv:
|
Thank you @notatallshaw for guiding. |
FYI, technically you could install the much older It is a bug that the current version of pip does not attempt to backtrack to this old version of ipykernel, this will be somewhat solved by #13001 in the next release. However in the next version of Python you will reach |
Noted with thanks. You may close this issue, merge it with another, or keep it open as you see fit.
|
Description
I was trying to connect my Python kernel to Jupyter notebook, and upon trying to connect. I was continuously getting the Error which I don't get when switched to 3.13.2.
Expected behavior
No response
pip version
25.0.1
Python version
3.14a05
OS
Windows
How to Reproduce
Run
pip install ipykernel
Output
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Code of Conduct
The text was updated successfully, but these errors were encountered: