udacity / robotics-nanodegree-issues

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

No module named 'moviepy' in online rover lab #193

Closed Kevin-La-Ra closed 6 years ago

Kevin-La-Ra commented 6 years ago

In code section 11, "Make a video from processed image data"

Import everything needed to edit/save/watch video clips

from moviepy.editor import VideoFileClip

results in


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' Adding "import moviepy" does not fix the issue.
kylesf commented 6 years ago

Fixed should be deployed. Sorry about any inconvenience!