I'm trying to work with VideoFileClip and vfx functions from the Moviepy library but my interpreter keeps throwing a 'ModuleNotFoundError: No module named 'moviepy.editor''.
I've installed and reinstalled Moviepy several times but to no avail
I tried: from moviepy.editor import VideoFileClip, vfx
I expected the import statement to work.
Edit:
Other imports like 'from moviepy.video.io.VideoFileClip import VideoFileClip' seem to work except the moviepy.editor
library imageio and the program ffmpeg have already been successfully downloaded so the replies from this post aren't helping
from moviepy.editor import VideoFileClip?import moviepyby itself? If so, what doesprint(moviepy)show you? What version of moviepy do you have installed? What version of Python? What OS are you using?