how to fix CMake Error in CMakeLists.txt: Generator NMake Makefiles does not support platform specification, but platform x64 was specified

后端 未结 8 2411
情书的邮戳
情书的邮戳 2020-12-05 10:46

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

8条回答
  •  北荒
    北荒 (楼主)
    2020-12-05 10:53

    I have just encountered the same problem yesterday and looked up many resources. And at last I solved it by installing Visual Studio 2017, choosing C++-related component, because it needs the C++ compiler to build the dlib.

提交回复
热议问题