【问题标题】:Problem on installing dlib on windows 10(Cmake installed)在 Windows 10 上安装 dlib 的问题(已安装 Cmake)
【发布时间】: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)(二进制文件)安装路径。
  • 我该怎么做?

标签: python windows pycharm dlib


【解决方案1】:

您必须安装 Visual Studio。下面是安装细节。 VS安装后,dlib安装成功。可能它需要使用 C++ 包进行 Linux 开发才能工作。

【讨论】:

    猜你喜欢
    • 2017-06-14
    • 2018-11-30
    • 2018-07-06
    • 1970-01-01
    • 1970-01-01
    • 2020-03-05
    • 2021-03-25
    • 2020-05-16
    • 2017-06-08
    相关资源
    最近更新 更多