how to fix CMake Error in CMakeLists.txt: Generato

2020-02-21 01:47发布

I want to install dlib using pip install dlib using cmd in windows 10 But it is showing following three errors: CMake Error in CMakeLists.txt: Generator

    NMake Makefiles

  does not support platform specification, but platform

    x64

  was specified.


CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage

INFORMATION: pip 9.0.1 from d:\python36\lib\site-packages (python 3.6) cmake 0.9.0 windows 10 pro(64-bit) Version: 10.0.16299 Build 16299

7条回答
相关推荐>>
2楼-- · 2020-02-21 02:45

I met the same problem with you, and it has been solved after installing Visual Studio C++.

查看更多
登录 后发表回答