I've been trying to package my python app for lambda that uses moviepy but I keep getting this error:
Original error was: No module named 'numpy.core._multiarray_umath'
I've been trying different ways to package my python 3.7 app for lambda but I haven't figured anything out. Is there some way to resolve this or maybe some other python library that can concatenate and resize videos that doesn't use numpy?
Thanks!