📜  错误命令出错,退出状态为 1 face_recognition - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:28.180000             🧑  作者: Mango

代码示例1
#Assuming Python is already installed, install cmake from https://cmake.org/download/
Download and install CMake from https://cmake.org/download/. During installation, Check the Add To Path CheckBox.

#Install again using terminal
pip install cmake

#install face recognition
pip install face_recognition