python install dlib library (super convenient)

step by step!

I actually tested once to light up!

Open Anaconda Prompt,
first install cmake
and enter the command: pip install cmake

Then install Boost
and enter the command: pip install Boost

Finally, enter the command: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple dlib

It's over!
insert image description here

Guess you like

Origin blog.csdn.net/qq_42671505/article/details/106338839