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
- Host: GitHub
- URL: https://github.com/sunilshetty07/how-to-install-dlib
- Owner: sunilshetty07
- Created: 2020-02-07T17:08:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T17:16:27.000Z (over 6 years ago)
- Last Synced: 2023-10-19T22:52:28.098Z (over 2 years ago)
- Topics: anaconda, cmake, dlib, opencv, opencv-python, python, spyder, tensorflow
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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