ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.04k stars 13.45k forks source link

Error installing face recognition models #817

Open abhaykrishnan opened 5 years ago

abhaykrishnan commented 5 years ago

Description

I get this error when i try to install face_recognition using pip. 2019-05-11-115417_1824x984_scrot Hope you help. i have instaled dlib,opencv .etc successfully.

What I Did

pip3 install face_recognition
JaverC commented 5 years ago

Hi there! I met this same problem and happened to see your issue here when searching for solutions. I finally solved this issue by using the command "pip3 install git+https://github.com/ageitgey/face_recognition_models" via the issue#608.

Hope this will work for you.