Dlib missing when installing from pypi
See original GitHub issueHello, first of all. congrats on this great tool.
I found that installing from pypi and importing DeepFace
gives you the following error:
ModuleNotFoundError: No module named 'dlib'
Dlib is not found on the dependencies on the setup.py. If dlib is optional, you could wrap dlib import in a try except.
I can make a PR if needed.
Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
dlib installation on Windows 10 - Stack Overflow
Install Dlib from source (If the solution above doesn't work)## · Add CMake executable path to the Enviroment Variables: set PATH="%PATH%;C:\Program Files\CMake\ ...
Read more >How to Install dlib Library for python in windows 10
How to install dlib library. ; Step 1: Install Python · Python Installed Successfully ; Step 2: Install CMake ; Step 3: Install...
Read more >Install dlib for Python 3.8 | Machine Learning - YouTube
Hello Friends, In this episode will see, How to solve dlib installation errors on python 3.7 and 3.8 version. Install dlib for Python...
Read more >dlib · PyPI
A toolkit for making real world machine learning and data analysis applications.
Read more >How to install dlib library for Python in Windows 10 - Medium
Installation dlib library on Windows 10 by using pip install NOT conda install.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
oke I understand, exception comes from realtime.py. I will fix it in 10 minutes. You will update deepface to 0.0.39.
That was my fault. I could not understand it until you written the exception message detail. Thanks again for your contribution.