Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moviepy willl not import due to imageio update #1812

Open
maporia opened this issue Aug 2, 2022 · 5 comments
Open

Moviepy willl not import due to imageio update #1812

maporia opened this issue Aug 2, 2022 · 5 comments
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,...

Comments

@maporia
Copy link

maporia commented Aug 2, 2022

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.

@maporia maporia added the bug Issues that report (apparent) bugs. label Aug 2, 2022
@vsemecky
Copy link

vsemecky commented Aug 8, 2022

Confirmed. I have the same problem.

@keikoro keikoro added the lib-imageio Issues pertaining to dependency imageio. label Aug 9, 2022
@keikoro
Copy link
Collaborator

keikoro commented Sep 9, 2022

Please link to the update (release,...) in question.

@keikoro keikoro added lib-FFmpeg Issues pertaining to dependency FFmpeg. environment Using moviepy with, or issues possibly stemming from specific OS/platforms/environments. labels Oct 11, 2022
@keikoro
Copy link
Collaborator

keikoro commented Oct 11, 2022

@maporia Please provide an update to this as previously requested. imageio may have got updated in August but I can't see any changes to the imageio-ffmpeg repo since April?

Also, I ask you to complete the information we ask for when creating new issues, e.g. specs (platform, Python version etc.).

@Divyansh-0
Copy link

Did we have any release regarding this issue? I am getting the same error

@keikoro keikoro added the needs-more-info Waiting for submitter's reply, feedback, updates,... label Feb 9, 2023
@zsliu98
Copy link

zsliu98 commented Feb 13, 2023

Currently on Colab, if you install moviepy with !pip install moviepy, an older version of moviepy will get installed. Please use !pip install moviepy==1.0.0 instead (and also restart the runtime as it suggests).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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,...
Projects
None yet
Development

No branches or pull requests

5 participants