摘要: 一.python3安装opencv 1 pip3 install opencv-python==3.4.6.27 二.python3安装face_recognition 1 pip3 install cmake 如果安装失败提示"Could not find a version that satis 阅读全文
posted @ 2020-04-20 16:50 K_Code 阅读(518) 评论(0) 推荐(0) 编辑
摘要: win10 pip3 安装某些包失败提示"Could not find a version that satisfies the requirement openpyxl (from versions: )" 按照提示所示是其中一个原因是pip版本过低,需要更新pip: 1 python -m pi 阅读全文
posted @ 2020-04-20 15:38 K_Code 阅读(2124) 评论(0) 推荐(0) 编辑
摘要: 一.安装face_recognition 1 sudo pip3 install face_recognition 二.安装pyhton3的opencv库 安装opencv依赖 1 sudo apt-get install libcblas-dev 2 sudo apt-get install li 阅读全文
posted @ 2020-04-20 11:38 K_Code 阅读(908) 评论(0) 推荐(0) 编辑