在 Windows 10 上安装 dlib 的问题(已安装 Cmake)
Posted
技术标签:
【中文标题】在 Windows 10 上安装 dlib 的问题(已安装 Cmake)【英文标题】:Problem on installing dlib on windows 10(Cmake installed) 【发布时间】:2020-01-15 15:22:57 【问题描述】:当我尝试在我的 PC(windows 10、Pycharm)上安装 dlib 时,我遇到以下错误:
-- Building for: NMake Makefiles
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
The CMAKE_C_COMPILER:
cl
is not a full path and was not found in the PATH.
对此我能做些什么?
【问题讨论】:
您的 %PATH% 变量中需要有您的 Visual Studio (VC)(二进制文件)安装路径。 我该怎么做? 【参考方案1】:您必须安装 Visual Studio。下面是安装细节。 VS安装后,dlib安装成功。可能它需要使用 C++ 包进行 Linux 开发才能工作。
【讨论】:
以上是关于在 Windows 10 上安装 dlib 的问题(已安装 Cmake)的主要内容,如果未能解决你的问题,请参考以下文章
如何解决与在 Windows 10 上安装 dlib 相关的问题?
无法在 Windows 10 和 Python 3.7 上安装 dlib
使用 Windows 10 在 Python 3.5 上安装 dlib 时出错