dlib installation on Windows 10

Install Dlib from .whl Dlib 19.7.0 pip install https://pypi.python.org/packages/da/06/bd3e241c4eb0a662914b3b4875fc52dd176a9db0d4a2c915ac2ad8800e9e/dlib-19.7.0-cp36-cp36m-win_amd64.whl#md5=b7330a5b2d46420343fbed5df69e6a3f You can test it, downloading an example from the site, for example SVM_Binary_Classifier.py and running it on your machine. Note: if this message occurs you have to build dlib from source: dlib-19.7.0-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform Install Dlib from source (If the … Read more