How to fix error while installing dlib on python 3.7.3 64 bit windows 10
问题 I'm trying to install dlib on Windows 10 using anaconda prompt. Using pip install dlib But I'm getting this error Failed building wheel for dlib Running setup.py clean for dlib Failed to build dlib 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 -- Configuring incomplete, errors occurred! I