安装CMake

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple CMake

安装Boost

pip install https://pypi.tuna.tsinghua.edu.cn/simple boost

安装dlib

这个时候,可以先试一下直接pip

pip install https://pypi.tuna.tsinghua.edu.cn/simple boost

如果出现很多红字,其中有一段说没有vs版本什么玩意的,就使用源文件安装吧。
找到与你python对应的dlib原文件,然后在安装。
我提供一个对应3.8版本的。


下载完毕后,cd到你的下载目录,然后

pip instlal dlib-19.19.0-cp38-cp38-win_amd64.whl.whl

就欧克了