关于Python安装dlib

关于Python安装dlib

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

错误1:没有安装依赖库报错

错误2:没有安装c++库报错

正确按照步骤:

1、安装c++。通过VisualStudioSetup.exe安装。

2、安装依赖库,再安装dlib。

1、安装Cmake库
pip install cmake -i https://pypi.tuna.tsinghua.edu.cn/simple/

2、安装boost库
pip install boost -i https://pypi.tuna.tsinghua.edu.cn/simple/

3、安装wheel
python -m pip install -U wheel

4、安装dlib
pip install dlib -i https://pypi.tuna.tsinghua.edu.cn/simple/

发表回复

您的电子邮箱地址不会被公开。