I’m trying to install wan2gp, which requires Anaconda/Miniconda. Following these instructions Wan2GP/docs/INSTALLATION.md at main · deepbeepmeep/Wan2GP on Windows 11 machine.
After installing the recommended MiniAnaconda version, the installer creates an executable called “_conda.exe” instead of “conda.exe”, and the PATH is not added automatically. I have to run commands like:
C:\ProgramData\anaconda\_conda.exe create -n wan2gp python=3.10.9
This works and installs packages, but when I try to activate the environment:
C:\ProgramData\anaconda\_conda.exe activate wan2gp
it tells me that I need to run “conda.exe init” first. When I run “_conda.exe init”, it tells me to close and reopen the terminal. After reopening and trying again, it gives the same message and loops forever. So I’m stuck in an init → restart → init → restart loop and can’t activate the environment at all.
I used to have another Python and Pinokio installation, but I have removed them since, and tried to install this Wan2GP fresh, but encounter same issue. Appreciated for any insights on this, thank you!