So I'm trying to import moviepy.editor and I keep getting errors, I'm new to python so if the answer is obvious I'm sorry for wasting your time.
Here's my code:
import os
from moviepy.editor import VideoFileClip, concatenate_videoclips
print("Program Started\n")
When I ever I run it I get this error.
When I remove from moviepy.editor import VideoFileClip, concatenate_videoclips
though, it doesn't give me an error.