TEMOS
TEMOS copied to clipboard
Rendering Error
I'm getting this error running the command even though i installed moviepy. blender --background --python render.py -- npy=PATH_TO_DATA.npy [OPTIONS]
Error executing job with overrides: ['npy=/home/000000.npy'] ModuleNotFoundError: No module named 'moviepy.editor'
What should i do to fix this?
Getting over here....
maybe this works? https://stackoverflow.com/a/79206428/9246727
I ran into the same issue. It seems like newer versions of moviepy no longer include moviepy.editor.
I was able to fix the error by installing this version of moviepy==1.0.3