摘要:
一.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 阅读全文
摘要:
win10 pip3 安装某些包失败提示"Could not find a version that satisfies the requirement openpyxl (from versions: )" 按照提示所示是其中一个原因是pip版本过低,需要更新pip: 1 python -m pi 阅读全文
摘要:
一.安装face_recognition 1 sudo pip3 install face_recognition 二.安装pyhton3的opencv库 安装opencv依赖 1 sudo apt-get install libcblas-dev 2 sudo apt-get install li 阅读全文