chaojie / ComfyUI-AniPortrait

Apache License 2.0
242 stars 18 forks source link

ERROR: Could not find a version that satisfies the requirement decord (from versions: none) ERROR: No matching distribution found for decord #12

Open gabrie opened 5 months ago

gabrie commented 5 months ago

When I tried to install required assets, I got below error, last 2 rows. I'm on a mac. Thanks for checking.

pip install -r requirements.txt

Collecting clip@ https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip#sha256=b5842c25da441d6c581b53a5c60e0c2127ebafe0f746f8e15561a006c6c3be6a (from -r requirements.txt (line 3)) Using cached https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip (4.3 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: accelerate in /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages (from -r requirements.txt (line 1)) (0.27.2) Collecting av (from -r requirements.txt (line 2)) Using cached av-12.0.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (4.6 kB) ERROR: Could not find a version that satisfies the requirement decord (from versions: none) ERROR: No matching distribution found for decord

ellyoun13 commented 5 months ago

I have same error