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

Traceback (most recent call last) #102

Open
OTsector opened this issue Feb 27, 2021 · 3 comments
Open

Traceback (most recent call last) #102

OTsector opened this issue Feb 27, 2021 · 3 comments

Comments

@OTsector
Copy link

Traceback (most recent call last):
  File "/tmp/smd/./main.py", line 3, in <module>
    from youtube import Youtube
  File "/tmp/smd/youtube.py", line 20, in <module>
    imageio.plugins.ffmpeg.download()
  File "/usr/local/lib/python3.9/dist-packages/imageio/plugins/ffmpeg.py", line 37, in download
    raise RuntimeError(
RuntimeError: imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.'
@khalidoy
Copy link

same issue

@khalidoy
Copy link

i think i ve figured it out

The update of imageio causes this error.
Using the imageio on version 2.4.1 will solve your problem:

sudo pip3 install imageio==2.4.1

@denzven
Copy link

denzven commented May 26, 2021

same problem didnt work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants