cmake not found during dlib installation using pip (even though cmake installed correctly)
i want to install dlib in a virtual environment using pip. pip told me that it requires cmake to install dlib. cool, i installed cmake. tried to install dlib again, it still tells me to install cmake. i also don’t understand why does the code try to access __main__.py
on the cmake executable (see below)
Error installing dlib using pip: “ERROR: CMake must be installed to build dlib”
When trying to install the dlib library using pip, I’m getting the following error: