Moviepy willl not import due to imageio update #1812
Labels
bug
Issues that report (apparent) bugs.
environment
Using moviepy with, or issues possibly stemming from specific OS/platforms/environments.
lib-FFmpeg
Issues pertaining to dependency FFmpeg.
lib-imageio
Issues pertaining to dependency imageio.
needs-more-info
Waiting for submitter's reply, feedback, updates,...
Yesterdays update of imageio has appeared to have broken the import of moviepy
if I run this in google colab:
!pip install imageio-ffmpeg
from moviepy import editor
I get:
RuntimeError: imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.'
It was still working as intended Friday. looking at imageio's GitHub I see that they updated yesterday. And I think this might have caused the issue.
The text was updated successfully, but these errors were encountered: