win10 python3.7安装 opencv 和 face_recognition

一.python3安装opencv

 1 pip3 install opencv-python==3.4.6.27

 

二.python3安装face_recognition

 1 pip3 install cmake  

如果安装失败提示"Could not find a version that satisfies the requirement openpyxl (from versions: "

是pip版本过低,需要更新pip,然后在安装cmake:

 python -m pip install --upgrade pip

或者

python -m pip3 install --upgrade pip3

pip3 install  face_recognition 

 

posted @ 2020-04-20 16:50  K_Code  阅读(518)  评论(0编辑  收藏  举报