I’m doing face detection using a real-time camera, but I keep getting stuck in dlib install.
The usage environment is Windows and jupyter notebook.
**!pip install dlib !pip install opencv-python**
I searched and tried the methods one by one (I also received help from ai), but the following error keeps popping up.
cmake is said to be already installed, whether you check it in cmd or jupyter notebook.
However, dlib install says that the cmake module cannot be found.
Some people say that they succeeded by installing dlib directly into c:, but I tried that method but it doesn’t work.
I thought it was a problem with the cmake environment variable, so even if I installed cmake directly from the site and set the environment variable, it didn’t work.
If you have any guesses about the problem or solution, please feel free to reply…!!
YG Hi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.