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

Error during installation #1

Closed
VishwasK opened this issue Sep 20, 2022 · 5 comments
Closed

Error during installation #1

VishwasK opened this issue Sep 20, 2022 · 5 comments

Comments

@VishwasK
Copy link

Getting following error

Could not find a version that satisfies the requirement decord>=0.6.0 (from lavis) (from versions: none)

Can you help please

@dxli94
Copy link
Contributor

dxli94 commented Sep 20, 2022

This is due to decord library does not seem to support python>3.8 for its latest version.

Can you try either (i) downgrade python <=3.8; or (ii) remove version specs of decord from the requirements?

@VishwasK
Copy link
Author

Thanks. It worked after removing decord>=0.6.0 from requirements

@VishwasK
Copy link
Author

Looks like it does not work even if I downgrade to 3.8. Anyway I will wait till someone else confirms. Is there a way I can run this on google colab instead of local

@minhrongcon2000
Copy link

@VishwasK I just tried on colab and it works normal

@VishwasK
Copy link
Author

@minhrongcon2000 Thanks. I tried on Colab and it works fine.

dxli94 added a commit that referenced this issue Jul 10, 2023
* change sample keywards for inference; add example notebooks.

* update README.

* upload checkpoint to gcloud.
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

3 participants