-
Notifications
You must be signed in to change notification settings - Fork 5.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
Error: Unable to create process #4656
Comments
I have this problem as well. I was able to run |
I am have the exact issue as @WilliamTjiong ... any solutions so far? |
My system just developed Same issue today. Anyone with a solution? |
Try opening it from the base environment... worked for me as far as i remember. |
Same. |
Strange, it was working just fine today, then suddenly around 16:40, it stopped auto-updating and everything crashed; kernelerrors and I couldn't open jupyter notebook from my created env anymore. |
My advice for you is to rebuild your environment by following the steps below:1. Activate your environment
If you have any question, I will be glad to answer them. Good luck.👍🏾 |
@triaction2790 It helps me, thank you very much! |
This problem is caused by your antivirus program because I suffered from the same issue, then I discovered that my antivirus software that I am using which is Avast was blocking python.exe file for some reasons that I do not understand. |
I solved this issue by placing the environment from |
for me works uninstalling the environment or creating a new one and from terminal (anaconda prompt )we just install jupyter:
|
new anaconda Updates have Issue |
I solved this issue by copying the python.exe from the Anaconda3 directory and pasting it in the affected environment. |
Any solutions? encountering the same problem here. |
have you created python config in the environment, and in cmd type python
,,for checking and then quit() after it confirm python is there and then
install jupyter notebook by typing pip install notebook and then open it by
python -m notebook
…On Tue, Nov 2, 2021 at 7:49 PM Hiyam Ghannam ***@***.***> wrote:
Any solutions? encountering the same problem here.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4656 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISDUZE72MHROHNYJA2AZ4DUJ7XPBANCNFSM4HTZVTSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I resolved this problem on Windows by running the Anaconda Prompt as Administrator, and then launching JupyterLab. Launching JupyterLab from the Anaconda Prompt with elevated privileges seems to have solved the issue entirely. |
Doesn´t work for me :( |
For some reason, my env lost python.exe. Now is working in the cloned environment. |
All my environments were working totally fine but suddenly after restarting the system, the jupyter notebook from an environment was not opening or it was suddenly crashing. Tried form anaconda prompt but getting "Unable to create Process... Solution: I opened the Anaconda Navigator and cloned old_env to new_env and it worked magically. I could able to open the jupyter notebook successfully and all dependencies were working fine. Hope it helps |
I have created two virtual environments and the first one is working properly while the second one is having this issue when typing "jupyter notebook" into the conda prompt although I have installed all the required libraries as well as jupyter "conda install jupyter" (Unable to create process using 'C:\Users\My Name.conda\envs\ai-env\python.exe "C:\Users\My Name.conda\envs\ai-env\Scripts\jupyter-script.py" notebook' ) |
I tried methods like PATH , Commands but none worked in my case and finally it worked by reinstalling anaconda into different diretory |
It really worked :), Thanks a lot Can you also enlighten me why in the first place it doesn't come with the environment when created? |
How do it?? |
I have same problem. Anaconda folder was read-only. Try change it |
Do you mean to unchecked it? Is there anything more to do? |
If you are traying to run jupyter notebook try this |
I solved my problem the same way that most guys did here. I changed the anaconda3 file to the C:\ dir, and also change all the PATH variables to C:\anaconda3....... It worked fine for me, easy and fast solution. Thank you everyone for the support!!! |
This works perfectly for me
|
if your user folder name contains spaces , find out how to rename it to a name that doesn't contain spaces and try again (this works with me ) |
I get the following error when trying to open jupyter notebook using Anaconda prompt:
Unable to create process using 'C:\Users\valspirehooha\Anaconda3\envs\tensorflow_cpu\python.exe "C:\Users\valspirehooha\Anaconda3\envs\tensorflow_cpu\Scripts\jupyter-script.py" notebook'
Can anybody help?
The text was updated successfully, but these errors were encountered: