I am trying to install the library for face_recognition. I keep getting the error "ERROR: CMake must be installed to build dlib" I've already installed CMake and dlib, and when I try and re-install it using pip I get a confirmation they are already installed. I also tried adding the library through the setting in PyCharm (where I can see both CMake and dlib are installed) and is still gives an error.
Does anyone know what I am missing?