You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pims/pims/display.py there is an import from moviepy.editor import VideoClip. In 2.X of moviepy this import became from moviepy import VideoClip. Using newer versions of moviepy therefore causes issues.
In pims/pims/display.py there is an import
from moviepy.editor import VideoClip. In 2.X of moviepy this import becamefrom moviepy import VideoClip. Using newer versions of moviepy therefore causes issues.