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
While running 'from fer import FER' command getting error: 'imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.''
The text was updated successfully, but these errors were encountered:
Which version of FER are you using? Try pip install -U fer to get the latest version.
pip install -U fer
Sorry, something went wrong.
hello,
Yes, I tried "pip install -U fer" and "pip install imageio-ffmpeg" also still it is giving an error.
below is the error output.
RuntimeError Traceback (most recent call last) in ----> 1 from fer import FER 2 import cv2 3 4 img = cv2.imread("image.jpeg") 5 detector = FER()
3 frames [/usr/local/lib/python3.8/dist-packages/imageio/plugins/ffmpeg.py] in download(directory, force_download) 35 36 def download(directory=None, force_download=False): # pragma: no cover ---> 37 raise RuntimeError( 38 "imageio.ffmpeg.download() has been deprecated. " 39 "Use 'pip install imageio-ffmpeg' instead.'"
RuntimeError: imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.'
Any update on this?
No branches or pull requests
While running 'from fer import FER' command
getting error: 'imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.''
The text was updated successfully, but these errors were encountered: