We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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): 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.'
The text was updated successfully, but these errors were encountered:
same issue
Sorry, something went wrong.
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
same problem didnt work
No branches or pull requests
The text was updated successfully, but these errors were encountered: