RF-Genesis icon indicating copy to clipboard operation
RF-Genesis copied to clipboard

ModuleNotFoundError: No module named 'moviepy.editor'

Open Galaxywalk opened this issue 5 months ago • 0 comments

I follow the readme to run it but it reports the error:

from moviepy.editor import VideoClip
ModuleNotFoundError: No module named 'moviepy.editor'

The reason is that moviepy.editor exists in a older version, refer to https://github.com/harry0703/MoneyPrinterTurbo/issues/535. Please update the requirements.txt to fix this bug.

Galaxywalk avatar Jul 29 '25 02:07 Galaxywalk