Skip to content
New issue

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

No matching distribution found for decord==0.6.0 #64

Open
RiverLeeGitHub opened this issue Apr 20, 2023 · 6 comments
Open

No matching distribution found for decord==0.6.0 #64

RiverLeeGitHub opened this issue Apr 20, 2023 · 6 comments

Comments

@RiverLeeGitHub
Copy link

RiverLeeGitHub commented Apr 20, 2023

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!

@boby-007
Copy link

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

@itimetime
Copy link

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

@RiverLeeGitHub
Copy link
Author

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.

@boby-007
Copy link

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

@jordi-adame
Copy link

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

@msunshinelxl
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants