question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dlib missing when installing from pypi

See original GitHub issue

Hello, 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:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
serengilcommented, Sep 23, 2020

oke I understand, exception comes from realtime.py. I will fix it in 10 minutes. You will update deepface to 0.0.39.

0reactions
serengilcommented, Sep 23, 2020

That was my fault. I could not understand it until you written the exception message detail. Thanks again for your contribution.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found