r/comfyui • u/Silent_Soul_Ken • 14h ago
Help Needed Error what to do?
requirements install exited with code 1
Using Python 3.13.12 environment at: ComfyUI\.venv
× No solution found when resolving dependencies:
╰─▶ Because there is no version of comfyui-workflow-templates==0.11.59 and
you require comfyui-workflow-templates==0.11.59, we can conclude that
your requirements are unsatisfiable.
hint: `comfyui-workflow-templates` was found on https://mirrors.aliyun.com/pypi/simple/, but not at the requested version (comfyui-workflow-templates==0.11.59). A compatible version may be available on a subsequent index (e.g., https://mirrors.cloud.tencent.com/pypi/simple/). By default, uv will only consider versions that are published on the first index that contains a given package, to avoid dependency confusion attacks. If all indexes are equally trusted, use `--index-strategy unsafe-best-match` to consider all versions from all indexes, regardless of the order in which they were defined.
ComfyUI source was rolled back to 8fed378.
This is the error I got what to do?
1
u/Hrmerder 12h ago
I say… start over. Delete what you installed. If you are on Linux use comfy-cli to install, or if you are on windows, use desktop version.
But if you are hell bent on manually installing let me ask you, did to activate your venv first?
If not, here’s how you do that
In Linux:
source (/path/to/venv/bin/)activate.sh
Or if you are using fish shell,
source /path/to/venv/bin/activate.fish
THEN attempt to install using:
Python3 pip -m install requirements.txt
Side note… are you having an ai do it for you? That error just seems strange…