I'm trying to run the Lane-detection Project from here with the Jupiter notebook. I get this Runtime-Error:
When I try to run this code:
# Import everything needed to edit/save/watch video clips
from moviepy.editor import VideoFileClip
from IPython.display import HTML
I already tried to install the latest version of moviepy
with conda install -c conda-forge moviepy
.
I also tried to install with pip but still the same error.