udacity / robotics-nanodegree-issues

Public waffleboard to track Robotics Nanodegree Issues
2 stars 0 forks source link

Online: Rover Lab - No Module moviepy #196

Closed lacvapps closed 6 years ago

lacvapps commented 6 years ago

Attempting to run the rover lab notebook online results in this error


ModuleNotFoundError Traceback (most recent call last)

in () 1 # Import everything needed to edit/save/watch video clips ----> 2 from moviepy.editor import VideoFileClip 3 from moviepy.editor import ImageSequenceClip 4 5 ModuleNotFoundError: No module named 'moviepy'
kylesf commented 6 years ago

Fixed should be deployed. Sorry about any inconvenience!