Anaconda says unable to create process on windows10

前端 未结 1 1796
夕颜
夕颜 2021-01-19 16:35

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

相关标签:
1条回答
  • 2021-01-19 16:41

    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

    0 讨论(0)
提交回复
热议问题