Are you running a .venv and installed moviepy outside the venv? Do this:
pip uninstall moviepy venv\Scripts\activate (in Terminal, replace 'venv' with w/e the name of your venv is) pip install moviepy
See if that works.