ImportError: DLL load failed while importing _dlib_pybind11: The specified module could not be found.

Posted by spicynoodles628@reddit | learnprogramming | View on Reddit | 7 comments

Hello, I need to make a project for which I need face_recognition but it shows me an error as mentioned in the title. I tried the following methods to make it work: - I installed both cmake and Microsoft C++ redistributors -I deleted face_recognition and dlib both and then reinstalled them -I tried Microsoft commands Also, my dlib is the proper version for my python, I made sure of that.