I am trying to import a command from moviepy using this line:
import moviepy.video.io.ImageSequenceClip
I get the following error message:
ModuleNotFoundError: No module named 'imageio.v2'
How do I solve this? I am using Jupyter Notebook.
I am trying to import a command from moviepy using this line:
import moviepy.video.io.ImageSequenceClip
I get the following error message:
ModuleNotFoundError: No module named 'imageio.v2'
How do I solve this? I am using Jupyter Notebook.