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
The toimage() function has been deprecated in scipy as of 1.3. So you'd have to either install an older version (<=1.2.0), or supply the function yourself.
Love this project! Python noob, can't get it to work. Working on MacOS Catalina, Python 3.8.
Changed line 7. old: 'from scipy.misc import toimage'
new: 'from PIL import Image'
This affects line 384: 'im=np.array(toimage(out))'
and 398: 'clip = mpy.ImageSequenceClip(frames, fps=22050/frame_length)'
Despite a lot of attempted modification and some beginner Python tutorials, I cannot get this code to run.
Please help!!
The text was updated successfully, but these errors were encountered: