Why I'm getting this error?
Author: wdcs-priyankpatelCreated Apr 28, 2025Updated May 11, 2026
Please install face_recognition_models with this command before using face_recognition:
pip install git+https://github.com/ageitgey/face_recognition_models
I already installed : pip show face_recognition Name: face-recognition Version: 1.3.0 Summary: Recognize faces from Python or from the command line Home-page: https://github.com/ageitgey/face_recognition Author: Adam Geitgey Author-email: [email protected] License: MIT license Location: /home/ubuntu/face/venv/lib/python3.12/site-packages Requires: Click, dlib, face-recognition-models, numpy, Pillow Required-by:
Source: ageitgey/face_recognition