i am using python python 3.7.4 amb64 version and i am trying to install dlib package to run an example project.
pip install dlib
was asking for CMake and i have installed it, also searched for slimier questions and tried all the methods.
dlib installation on Windows 10.
still getting this error about C compiler identification is unknown, The CXX compiler identification is unknown, CMake Error in CMakeLists.txt:, No CMAKE_C_COMPILER could be found., No CMAKE_CXX_COMPILER could be found.
full error goes like this.. any idea why is this happening?