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
I had a similar problem when installing dlib
and pqkmeans
Python packages.
The easiest way is to install MS Visual Studio Community Edition, and select Visual C++ (install anything else you want but they are all optional except C++). This will install CMake and the correct compiler and libs in the correct locations.
If you get an error, post back here. You are probably missing a dependency or ENV variable.