MiniGPT-4
MiniGPT-4 copied to clipboard
No matching distribution found for decord==0.6.0
When running conda env create -f environment.yml
, I encountered the error:
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0
failed
CondaEnvException: Pip failed
Could anyone give some suggestions? Appreciate that!
Could you please check the python version, it is only compatible with python>=3.5.
Pip subprocess error: ERROR: Could not find a version that satisfies the requirement chardet==5.1.0 (from versions: 1.0, 1.0.1, 1.1, 2.1.1, 2.2.1, 2.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 4.0.0, 5.0.0) ERROR: No matching distribution found for chardet==5.1.0
the same issues
Could you please check the python version, it is only compatible with python>=3.5.
Thanks for your reply. I checked the package website: https://pypi.org/project/decord/#files And I found that for mac users, it only supports python 3.6 to 3.8.
@RiverLeeGitHub which python version have you mentioned in your .yml file.
Having same issue, environment.yml
has: python=3.9
I fix it with install "eva-decord==0.6.1" instead