We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I have same error
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: