An open API service indexing awesome lists of open source software.

https://github.com/sunilshetty07/how-to-install-dlib

this will tell how to install dlib on anaconda for windows platforms
https://github.com/sunilshetty07/how-to-install-dlib

anaconda cmake dlib opencv opencv-python python spyder tensorflow

Last synced: 4 days ago
JSON representation

this will tell how to install dlib on anaconda for windows platforms

Awesome Lists containing this project

README

          

# how-to-install-dlib
this method works fine. If you frustruated with other methods then give a try to this method. It will definately resolve your problem.

Q) How to install dlib using anaconda prompt on windows?
Ans:If you write "pip install dlib" you will get error message as cmake not installed. So first install cmake using "pip install CMake". After installing CMake if you write "pip install dlib" you will get error message as building wheel for dlib failed. This is because for dlib you must install c++ compiler. So you have to download visual studio 2019 community and then install the software. After installation download c++ desktop application in visual studio(size is 1.79GB). After installing then go to anaconda command prompt write command as "pip install dlib" or "pip install face_recognition" then it will install everything. So you can now work with dlib for computer vision project. This step will help to install dlib in windows.
thank you