Hello everyone, I need to download the dlib library for face_recognition but every time I get this error: “building wheel for dlib (pyproject.toml) did not run successfully” and even though I downloaded the cmake library it also gives the error “CMake is not installed on your system!”. I need your help. Thanks.
Welcome on the OpenCV Forum.
You’re looking for help with Dlib. That library is not affiliated with OpenCV.
Please visit https://dlib.net/ and look for “How to compile” in the left sidebar. Right at the top of the article, they discuss installing Dlib for Python, and debugging any issues with that install process.
If that doesn’t help, Dlib’s github account has the Discussions feature that you can use to get help from people who deal with Dlib.
You might also want to check if CMake is actually in your system PATH after installing it. Sometimes it’s installed but not recognized until you restart your terminal or add the path manually.