-
Notifications
You must be signed in to change notification settings - Fork 537
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
environment_kernels.EnvironmentKernelSpecManager could not be imported #3
Comments
Interesting, thanks for your feedback. |
In the thread you pointed to, @Cadair says:
I don't recall ever doing this before. I thought installing the jupyter metapackage would also install everything needed, including this package which I never noticed before. I had no issue on my MacBook using pip, perhaps it's only on some systems, e.g., using conda? I'm not quite sure what to do. Perhaps I should add |
OSX Mojave 10.14.2 with Anaconda , using
Anything else useful to print? |
Thanks @robmarkcole, could you please share what jupyter-related packages you have? Perhaps more simply, your list of python packages (and their versions). |
|
|
I really don't see where the problem comes from, and I cannot reproduce it. I believe this is either an Anaconda issue, or a Jupyter issue (or both). Please check for open issues in these projects, and file a new issue if needed. Sorry I cannot be of more help. |
For example this open Jupyter issue seems related. |
pip install environment_kernels did resolve the issue for me. |
pip install environment_kernels did not help |
OK I hit the issue on
jupyter notebook
:Resolved by
pip install environment_kernels
The text was updated successfully, but these errors were encountered: