0

How to fix Cmake error While installing Face-recognition module

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

Cmake Add a comment
mason
asked Aug 31 2019

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)

Add a comment
linuxhelp
asked Aug 31 2019
Post your Answer