MrForExample/ComfyUI-AnimateAnyone-Evolved

error on requirements.txt for AnimateAnyone using ComfyUI embedded python.

bondo01 opened this issue · 0 comments

The version of python embedded with ComfyUI is python 3.11.6. and it error out when running ComfyUI_windows_portable\python_embeded\python -m pip install -r requirements.txt

My Windows 11 system is running Python310 (Python 3 version 3.10.11) This generates no errors when running the "pip" command but when trying to run ComfyUI and loading a workflow to animate a single image like the Chun Li image used in your project README.

------------------ error when running d:\ComfyUI_windows_portable\python_embeded\python -m pip install -r requirements.txt ---------------------
Collecting aiofiles<24.0,>=22.0 (from gradio->-r requirements.txt (line 5))
Using cached aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
Collecting altair<6.0,>=4.2.0 (from gradio->-r requirements.txt (line 5))
Using cached altair-5.2.0-py3-none-any.whl.metadata (8.7 kB)
Collecting fastapi (from gradio->-r requirements.txt (line 5))
Using cached fastapi-0.109.2-py3-none-any.whl.metadata (25 kB)
Collecting ffmpy (from gradio->-r requirements.txt (line 5))
Using cached ffmpy-0.3.2.tar.gz (5.5 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "D:\TEMP\bondo\pip-install-1urdkcv6\ffmpy_b224b5565aa341baadbe0e0a4241f812\setup.py", line 4, in
from ffmpy import version
ModuleNotFoundError: No module named 'ffmpy'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.