Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlib module not found only in api.py #1089

Closed
MeanBluePanda opened this issue Mar 21, 2020 · 2 comments
Closed

dlib module not found only in api.py #1089

MeanBluePanda opened this issue Mar 21, 2020 · 2 comments

Comments

@MeanBluePanda
Copy link

  • face_recognition version: 1.3.0
  • Python version: 3.8.2
  • Operating System: Windows 10

Description

I was trying to enable GPU acceleration for CNN face locations, after compiling the dlib library version: 19.19.99 successfully with CUDA support and then installing the face-recognition library.
I tried to import the dlib library in my code and it gave no errors, however when compiling the api.py file it gives the error :
ImportError: DLL load failed while importing dlib: The specified module could not be found
even though like i said im able to import dlib without any problems

@imZEH
Copy link

imZEH commented Mar 24, 2020

have you solved this kind of issue? I encountered the same problem.

@cashlo
Copy link

cashlo commented Mar 28, 2020

@imZEH if you are using Python 3.8, it's probably the same issue as I have davisking/dlib#2039

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants