I want to use dlib
with python for image recognition. I have the python app running great with OpenCV on Windows 10, but when I want to install dlib
from the cmd
it gives me this following error :
error: Cannot find cmake, ensure it is installed and in the path. You
can install cmake using the instructions at https://cmake.org/install/
You can also specify its path with --cmake parameter.
What should I do?
question from:
https://stackoverflow.com/questions/41912372/dlib-installation-on-windows-10 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…