MiniGPT-4 icon indicating copy to clipboard operation
MiniGPT-4 copied to clipboard

No matching distribution found for decord==0.6.0

Open RiverLeeGitHub opened this issue 1 year ago • 6 comments

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!

RiverLeeGitHub avatar Apr 20 '23 03:04 RiverLeeGitHub

Could you please check the python version, it is only compatible with python>=3.5.

boby-007 avatar Apr 20 '23 04:04 boby-007

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

itimetime avatar Apr 20 '23 07:04 itimetime

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 avatar Apr 20 '23 09:04 RiverLeeGitHub

@RiverLeeGitHub which python version have you mentioned in your .yml file.

boby-007 avatar Apr 20 '23 09:04 boby-007

Having same issue, environment.yml has: python=3.9

jordi-adame avatar Apr 24 '23 16:04 jordi-adame

I fix it with install "eva-decord==0.6.1" instead

msunshinelxl avatar Apr 27 '23 07:04 msunshinelxl