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 harry0703/MoneyPrinterTurbo#535. Please update the requirements.txt to fix this bug.
I follow the readme to run it but it reports the error:
The reason is that moviepy.editor exists in a older version, refer to harry0703/MoneyPrinterTurbo#535. Please update the requirements.txt to fix this bug.