【发布时间】:2017-06-14 05:18:25
【问题描述】:
我想在 python 中使用dlib 进行图像识别。我的 python 应用程序在 Windows 10 上与 OpenCV 一起运行得很好,但是当我想从 cmd 安装 dlib 时,它给了我以下错误:
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.
我该怎么办?
【问题讨论】:
-
编辑您的问题以包含实际错误,而不仅仅是附上屏幕截图。这将使您更容易回答您的问题,并使您的问题对其他有类似问题的人也有用。
标签: python image-processing dlib