-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Trying to use moviepy on lambda, but has problem with ffmpeg #642
Labels
lib-misc
Issues pertaining to misc. 3rd-party libraries.
Comments
Here are the errors I got:
|
Any luck here? I am getting a similar issue (not doing the same task), and am tracking it back to libzmq and GLIBCXX_3.4.20. |
Use a static build FFmpeg will solve this dependency issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to run moviepy on lambda funciton, since lambda has different infrustructure, there are tons of .so dependencies problem, anybody has idea how to setup the environment correctly?
The text was updated successfully, but these errors were encountered: