-
Notifications
You must be signed in to change notification settings - Fork 0
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
ffmpeg dependency #55
Comments
On an M1 mac, prod version of vame desktop |
This is a dependency of VAME package itself (here: https://github.com/EthoML/VAME/blob/main/requirements.txt) most specificly this lib: imageio. I haven't found an easy way to bundle ffmpeg into the python binary. Maybe we should just add documentation? |
@nathan-vm I don't think adding documentation to download ffmpeg solves the problem. Even if one has ffmpeg on their computer, it still won't be found by the app. It looks like this issue has a better solution. |
As of 0.3.4, I am still getting this error |
It looks like you tried to resolve this by adding
It has not worked for me. Could you try importing |
I get this on the Motif Videos stage. The installation instructions don't say anything about needing ffmpeg installed.
The text was updated successfully, but these errors were encountered: