Anaconda安装dlib,face_recognition

Mine is python3.7, download link:

链接:https://pan.baidu.com/s/1tCLYxr_5LxRJ5lcvazgHEQ?pwd=c32p 
提取码:c32p 
--来自百度网盘超级会员V3的分享

Put it in a directory of cmd:
insert image description here
install:

pip install dlib-19.17.99-cp37-cp37m-win_amd64.whl

The following is successful:
insert image description here
face_recognition is installed as follows:

pip install face_recognition

success:
insert image description here
check:
insert image description here

Guess you like

Origin blog.csdn.net/weixin_46211269/article/details/123521042