-
Notifications
You must be signed in to change notification settings - Fork 782
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
Could not find a version that satisfies the requirement decord==0.6.0 #8
Comments
Replace |
@lahfir Do you happen to be using a mac and python 3.9 ? I think the decord is built and published for mac only up to python 3.8 as detailed in this issue dmlc/decord#213 In any case, you only need this package to decode videos. So you can safely ignore it if you do not plan to work with videos. Alternatively, you may try using |
@aelnouby fwiw this happens on Macs with Python 3.8 too. I hit the same issue following the README instructions. Specifically Python 3.8.16. From the linked issue you provided, it appears there is no fix for macs with the M1 chip. The |
|
The text was updated successfully, but these errors were encountered: