ageitgey / face_recognition

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

I keep getting errors while installing dlib and face_recognition. #1006

Open shanksghub opened 4 years ago

shanksghub commented 4 years ago

Description

Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue.

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
root-Akshay commented 4 years ago
  1. pip install CMake.
  2. Install VS community and under individual components -choose Visual C++ tools for CMake. Click here to download VS installer

image

  1. pip install face_recognition.

I know this method install's cmake twice but it works.

ps: pip install face_recognition will take a lot of time so be patient