📌  相关文章
📜  必须安装 cmake 才能构建 dlib - Shell-Bash 代码示例

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

代码示例1
What works for is ... After getting lots of Red Errors, I run following

`conda install -c conda-forge dlib`
`pip install cmake`
`pip install face_recognition`
Even the error says me to reinstall VS Code for c++. but above sequential installation works.