CMake must be installed to build the following extensions: dlib
pip3 install face_recognition
報錯:CMake must be installed to build the following extensions: dlib

說明你需要安裝CMake 命令如下
pip3 install cmake
然后你再安裝
pip3 install face_recognition
會發現卡在了這里
Building wheels for collected packages: dlib
Running setup.py bdist_wheel for dlib ... |

如果沒有報錯的話,其實你只需要等一會就好了,我差不多等了十幾分鍾就安裝成功了。
