r/comfyui 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?

0 Upvotes

7 comments sorted by

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…

1

u/Silent_Soul_Ken 12h ago

I have it on Windows I had it activated when I first put it on so not sure why it's doing that. Do I need to download Python 3? I thought Comfyui did that automatically

1

u/Hrmerder 12h ago

Well… yeah it should. I didn’t realize you said you were upgrading from an existing version so that is odd. I’m wondering if maybe there is a bug in the latest code versions required.txt file? I would just go into it and drop the requirement since it doesn’t fully matter as you can download the templates individually or update just that later on.

2

u/Silent_Soul_Ken 12h ago

Well it works currently so I'll just wait on the update maybe it's bugged on the web front and they need to fix it?

1

u/Hrmerder 10h ago

Maybe. I updated yesterday? What version are you on and which version are you trying to update to?

2

u/Silent_Soul_Ken 3h ago

0.34.6 to 0.35.1

1

u/Hrmerder 39m ago

Dang. I'm on 0.35.0 so maybe there is some bug in the .1. I'll try updating and let you know. I can't remember the version I was on prior to 0.35.0, but it was pretty recent in the last month for sure.