>>107867859
your conda is clearly missing from your PATH environment variable, if you truly want to use conda just find the exe and the folder path to your PATH env
i know it doesn't mention uv but i think uv is just better and faster and easier and no one should use crap like conda or pinokio. with uv you can just:
uv venv --python=3.10.9
uv pip install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu128
uv pip install -r requirements.txt
uv run wgp.py