DLL load failed while importing _dlib_pybind11 (Resolved !!!!!)

preview_player
Показать описание
#dlib #python #dll #load #failed #solved #dynamic #link #library #initialization #routine #english
Рекомендации по теме
Комментарии
Автор

DLL load failed while importing _dlib_pybind11: A dynamic link library (DLL) initialization routine failed. how to fix?

pouriaravesh
Автор

I found that it didn’t work when following this tutorial, because I had to install a specific version of dlib

mooniiaa
Автор

i couldnt install dlib from pip as it said cmake is not installed even after installing cmake. so i downloaded the zip from github and installed the dlib by providing the path of the installed whl file. i tried importing and gave me the same error. dlib is working fine but the import error is arising. how to fix it?

firebolt
Автор

Hello. I hope all is good for you. I did as you said, all was installed properly but problem persists. Then I try to Pip uninstall cmake and dlib and upgrade pip and pip install them one more time.
This time I have error: when I pip install dlib it say no module named cmake, error, failed building wheels for dlib.

zerthura
Автор

Hi sir i have python 3.10.11 i followed all steps but it always telling me dll load failed while importing dlib_pybind11

AnisJrFoot
Автор

It's the same i followed the steps you told and still not able to solve it can you help me?

__Yash__