-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
launching jupyter i get kernel error #2301
Comments
i found the soultion , the problem was , i made an environments then i deleted them , there were refrences for those envs , |
Yup, that's what I would have suggested. Thanks for working it out yourself! For other people who might read this: you can see kernelspecs (which may contain references to deleted envs) by running:
|
brother @takluyver can you give me a complete steps to install python 2 kernel in notebook beside the python 3 , because the start of the problem got from doing wrong steps , thank you very much and by the way , my solution brought up from YOU , so thank you very much :) |
Have a look at the instructions here: |
I know you closed this, but I've tried literally all day (and all recommendations on all the threads I could find). Kernels:
The kernel error is: I even uninstalled all Anaconda distributions and Python distributions, re-installed them, and still same issue. At a loss at this point. Any guidance? Thanks in advance! |
Try deleting that kernelspec path (the |
Thank you that worked. Now I need to reinstall all the libraries. Appreciated. |
How to delete kernelspec path |
Find the path using |
Thank you : ) |
That worked for me @abdolrhman you're a wizard ! |
@abdolrhman @takluyver : you solved my problem (error log attached). |
@peoplecure - The problem source as you define it seems to undermine the benefits of creating sandbox environments. Don't know why deleting one environment would affect the kernel operation. |
Thank you, it worked for me. |
Problem persists for me $ jupyter kernelspec list |
Thanks! I also get this problem for my envs. The cmd solve the problem and Kernal work now. |
I am getting error as |
Thank you so much! it worked!! |
thanks @abdolrhman it really worked just fine! My kernel when running python3 was pointing to this error from Anaconda in Python2, so I was confused at the beginning, but it did work :D |
Run as administrator
…On Thu, 23 Jan 2020 at 4:59 AM, Bearbear20 ***@***.***> wrote:
Thank you for your reply.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2301?email_source=notifications&email_token=ANIU5RESRJXYE3PEX3R6L2LQ7EP3JA5CNFSM4DD55DZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJWAH2A#issuecomment-577504232>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANIU5RDD5J4XLH77FSRZCNTQ7EP3JANCNFSM4DD55DZQ>
.
|
if you are still facing the kernel issue. Type these in your Anaconda prompt. |
simply jupyter notebook run as administrator |
I'm just curious how to delete all the anaconda distributions? As I have re-installed Anaconda several times, seems a lot of previous files are still there. |
thanks this worked for me, straight and easy solution. |
Open anaconda Prompt in Administrator mode and run the command Worked like a charm |
Thanks for this |
Traceback (most recent call last): If anyone can help |
this works for me! thx |
Work for me too. Thank you |
Worked for me.. Thanks a lot |
uninstall all package and folder of python + remove envirnment then install anaconda ! its work for me |
For me ,I did below steps from several opinions |
Hi, I installed anaconda and have been using python3 fine. Then, I tried to install Julia so I could use it too. However, I get a kernel error when I open a jupyter notebook. As suggested way above, I tried from the terminal: The paths are clearly different here. Is that the problem? What should I do to fix this? |
Hi @colehl. The paths look okay. Kernels are found in different locations, but generally following the output of
What is the complete error you see (in the notebook and console window (if different))? Do you know if you're using |
So, after looking at what you said, I started over and went ahead and updated Anaconda, and then downloaded Julia and that seemed to have worked. I’ll try that sequence on my fancier notebook and hopefully that cleans everything up.
Thanks,
Hal.
linhcole@gmail.com
… On Nov 1, 2020, at 5:14 PM, Kevin Bates ***@***.***> wrote:
Hi @colehl <https://github.com/colehl>. The paths look okay. Kernels are found in different locations, but generally following the output of jupyter --paths relative to the data: locations.
I get a kernel error when I open a jupyter notebook.
What is the complete error you see (in the notebook and console window (if different))?
Do you know if you're using nb_conda_kernels?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#2301 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARS46UXMBDN3HNPG5AZICR3SNXMUTANCNFSM4DD55DZQ>.
|
This issue has been mentioned on Jupyter Community Forum. There might be relevant details there: https://discourse.jupyter.org/t/cannot-use-jupyter-uncaught-exception-post-please-help/7205/1 |
It works! Thank you so much |
Thanks. It worked for displaced envs. |
Traceback (most recent call last): |
@shrikantpardhi - please see #5631 (comment) |
How to delete the kernelspec path? I deleted it, but he moved to another path. And when I deleted another path, he is still there. Although the path does not exist now. |
did you check if you just deleted a symlink instead of the actual path? Are you working with a virtual environment or using the native Python? |
|
how did you remove environment and unstill all package and folder of python? Can you please specify in steps? |
hey guys, i have this problem when i try to launch jupyter , the i got kernel error in the top right corner ,
i do tried to make python 2 kernel in jupyter so i followed some toturials about make environments then things start to get missy and errors showed up so i deleted them (envs) and kernel error is ON .
and when i click it i got this :
thanks in advance and please help me , i reinstalled anacodna btw and still same error .
The text was updated successfully, but these errors were encountered: