python3.7版本face_recognition安装

标题python3.7版本face_recognition安装(笔记)

face_recognition安装需要提前安装好cmake, wheel, dlib,。
1.安装cmake
直接pip install cmake
2.安装wheel
直接pip install wheel
3.安装dlib
这个比较麻烦,需要下载安装对应python3.7版本的dlib,dlib.cp37-win_amd64。先放在D盘,再安装到项目中
在这里插入图片描述在这里插入图片描述
这样就安装成功了。
4.安装face_recognition
需要下载安装相对应的版本,pip install face_recognition -i https://pypi.tuna.tsinghua.edu.cn/simple
安装成功。

你可能感兴趣的:(深度学习,python,人工智能)