I am using windows 10 python 3.7.4
I have a code where it imports dlib
import dlib
But when I try to install it using pip install dlib it throws an error
ERROR : Command errored out with exit status 1 :
......
I even tired installing cmake and This dlib file and tried to copy paste them into site-packages and tried
python setup.py install
It throws an error saying
CMake Error at CMakeLists.txt:3 (project):
Failed to run MSBuild command:
What should be done to resolve this ??
Thanks to anyone who took time to read to this query and tired to solve this . Best of luck for your work :) ..