error command errored out with exit status 1 face recognition

Solutions on MaxInterview for error command errored out with exit status 1 face recognition by the best coders in the world

showing results for - "error command errored out with exit status 1 face recognition"
Channing
23 Oct 2018
1#Assuming Python is already installed, install cmake from https://cmake.org/download/
2Download and install CMake from https://cmake.org/download/. During installation, Check the Add To Path CheckBox.
3
4#Install again using terminal
5pip install cmake
6
7#install face recognition
8pip install face_recognition