TEMOS icon indicating copy to clipboard operation
TEMOS copied to clipboard

Rendering Error

Open meongeun opened this issue 11 months ago • 3 comments

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?

meongeun avatar Dec 22 '24 10:12 meongeun

Getting over here....

Rowing0914 avatar Dec 24 '24 09:12 Rowing0914

maybe this works? https://stackoverflow.com/a/79206428/9246727

Rowing0914 avatar Dec 24 '24 09:12 Rowing0914

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

MariSchn avatar May 15 '25 22:05 MariSchn