[Solved] Failed environment install leads to “unable to create process using“ error

Failed environment install leads to “unable to create process using” error

Maybe it’s because there are too many environments installed in CONDA, and you copy them yourself. Suddenly, CONDA fails.

As long as you enter CONDA activate, it will report

Fatal error in launcher: Unable to create process using '"d:\project\gae_gan\ddgk\venv\scripts\python.exe" "D:\Programs\Anaconda3\Scripts\conda.exe" '

Error.

Finally found a very simple solution

Enter directly in the console

***\Anaconda3\Scripts\activate

Then restart console to be fine!
Referenec:
https://stackoverflow.com/questions/59721699/anaconda-is-unable-to-create-process-on-windows10

Read More: