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

Unable to install salesforce-lavis in Python 3.9.13 Jupyter notebook #122

Closed
innominate-dreamer opened this issue Feb 9, 2023 · 3 comments

Comments

@innominate-dreamer
Copy link

I am currently using Python 3.9.13 version
I tried to install salesforce Lavis in Jupyter notebook using pip

pip install salesforce-lavis

But I got the below error, it says that decord (from salesforce-Lavis) requires python<3.5 version.

ERROR: Ignored the following versions that need a different python version: 0.55.2 Requires-Python <3.5
ERROR: Could not find a version that satisfies the requirement decord (from salesforce-lavis) (from versions: none)
ERROR: No matching distribution found for decord

Could you please provide a workaround for this?

@dxli94
Copy link
Contributor

dxli94 commented Feb 9, 2023

Are you using MacOS?

@innominate-dreamer
Copy link
Author

yes

@dxli94
Copy link
Contributor

dxli94 commented Feb 9, 2023

Can you try install from source, while removing decord from requirement.txt?

Decord does not support recent python versions on macos #15.

We will make decord optionally as a further patch.

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