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

Installation Error: Unable to Find 'decord' Dependency for Brain Score Vision on Python 3.10.14 (macOS) #888

Open
linwangmeyer opened this issue May 15, 2024 · 2 comments

Comments

@linwangmeyer
Copy link

I got the following errors when trying to install brain score vision.

Codes:
Run python -m pip install --upgrade pip .
Run python -m pip install -e .

Error message:
ERROR: Could not find a version that satisfies the requirement decord (from brainscore-vision) (from versions: none)
ERROR: No matching distribution found for decord

My environment:
Python: 3.10.14
OS: macOS (Macbook M3)

@linwangmeyer
Copy link
Author

following dmlc/decord#213, I installed decord using:
pip install eva-decord

However, I still get the same error message.

@mschrimpf mschrimpf transferred this issue from brain-score/brain-score.web May 30, 2024
@mschrimpf
Copy link
Member

hi @linwangmeyer, we currently only support python 3.7 (see https://github.com/brain-score/vision?tab=readme-ov-file#local-installation) so I'm guessing that might lead to the error you're seeing.
Note that we're working on upping the python version #824

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

2 participants