RF-Genesis
RF-Genesis copied to clipboard
ModuleNotFoundError: No module named 'moviepy.editor'
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.