Anaconda says unable to create process on windows10

筅森魡賤 提交于 2020-07-15 15:24:30

问题


I have installed Anaconda3 on my Windows 10 machine. Installation complete all fine. Then i added the in %PATH%. But when I am trying to launch anaconda prompt it says that

Unable to create process using 'C:\Users\anjaneya\Anaconda3\python.exe C:\Users\anjaneya\Anaconda3\Scripts\conda-script.py ..checkenv "cmd.exe" "C:\Users\anjaneya\Anaconda3"'

Not sure what is wrong. Please help.

Many Thanks,


回答1:


I recently encountered the same problem as you. After some groping, I solved it. You can try the following method:

Open cmd in this directory

C:\Users\anjaneya\Anaconda3\python.exe C:\Users\anjaneya\Anaconda3\Scripts

then input:

>conda list

Then I found out that my program is working properly.

I hope I can help you



来源:https://stackoverflow.com/questions/48013469/anaconda-says-unable-to-create-process-on-windows10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!