for version 2.1.2 change it to
from moviepy import *
this will resolve existing error, but will open whole new errors due to updated version of moviepy 2.1.2 .
for example: set_duration changed to with_duration (don't understand the need though :/ )