0

How to fix Cmake error While installing Face-recognition module

How to fix Cmake error While installing Face-recognition module?

mason
asked Aug 31, 2019
1 Answer
0

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)

View More
linuxhelp
answered Aug 31, 2019
Your Answer
||||
x
 
100:0

Related Forums in How to fix Cmake error While installing Face-recognition module

Related Forums in How to fix Cmake error While installing Face-recognition module