-
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
Kernal Error - FileNotFoundError: [WinError 2] The system cannot find the file specified #4079
Comments
I have exact the same problem. |
I found a solution to solve this problem. follow the steps bellow: go to directory: /python/share/jupyter/kernels/ { launch jupyter notebook. Everything is fine now. |
I looked and it was already like this:
So this is not the problem on my side. I agree that it somehows gets the wrong kernel.. |
Yeah thanks, this fixed it for me. I had never touched this file manually before, but noticed that there was an extra
Wonder how this path was wrongly set though.
|
For anyone interested, I found the solution:
|
I had exactly the same issue - still wondering how the wrong path got into the |
I had the same issue in a conda environment that was using a different version of Python (Python 3.6.6) than the base (Python 3.7.0) environment. Running |
This is what fixed it for me: |
yes, this fixes this issue for me. I ran into this problem because I uninstalled Anaconda and installed Miniconda, but the |
It Worked. Thanks..!! |
Installing ipykernel at the user level with pip as suggested above worked for me--I followed Anaconda's suggestion to install anaconda at the user level, but it seems it doesn't automatically place the kernel.json file where it's needed in that case: C:\Users\User\AppData\Roaming\jupyter\kernels\python3. One could probably just copy the file over from C:\Users\User\Anaconda3\share\jupyter\kernels\python3. |
Using Miniconda3 for the first time today and got the exact same issue.
fixed for me. |
I had this problem in PyCharm as well. Just restarting it fixes the error in this case. |
Works for me. Struggled with the issue for over 2 hrs. :( |
For anyone facing this issue like this error This works on Windows : |
Thank you so much! worked for me on python 3.8.1 |
it worked when i created a env but in base its still same. atleast it start working thanks everyone |
On Windows systems, you will need to use double slashes (\) instead of single ones () |
@hdavid16
but now i got this new error :
I really appreciate if someone can help me. Thank you :) EditI just deleted the comment part and it worked for me. @hdavid16 thanx for the help. |
To add to this solution: if you're still encountering issues try \\ instead of \ |
FWIW, I'm on Mac and I just had this problem, and installing |
Hi Everyone, In case someone still have this problem, I solved this issue with the below
Python = 3.9.1 / Jupyter Lab 3.0.7 Now everything works smoothly |
This still is a bug though, right? https://jupyter.org/install does not mention this step so it should not be necessary. |
python -m ipykernel install --user solved for me too.......... |
This worked for me. Thank you so much :) |
This Worked for me! Thankssssss <3 |
This is a life saver. Thanks, guys |
I also changed 'jupyter_config.json' file.
|
These are the versions I have.
|
And I created 'jupyter_notebook_config.py' and added the sentence below.
|
Hi @yuskeaita. Your issue should probably be opened in the Also, note that you're using Lab >= 3.0 which means you're using Jupyter Server as your notebook server. So should this turn out to be a general server issue, any follow-up should occur in the |
Oh, Thanks kevin-bates! I'll do that! I appreciate it. |
it works for me. Thanks |
Thanks, worked for me👍🏻 |
FYI: |
When I create a new env in Anaconda: conda create -n envname python=3.6
Then I install jupyter notebook: conda install jupyter notebook
When I start the jupyter notebook and create a new python3 I get the following Error:
And this is the error message in the Anaconda prompt:
The text was updated successfully, but these errors were encountered: