The package has been modified and there is no editor package in moviepy 2.1.2
so use :
pip uninstall moviepy
pip install moviepy==2.0.0.dev2
This works like a charm.