1 Answer
Answer: This error occurs because of Cmake package missing or unavailable
install cmake package and numpy package using following command
yum install cmake
pip2 install numpy
then install face-recognition using below command
pip2 install face-recognition
Note: use pip3 (if you are usin python version3)
Your Answer
x