face landmark detect하는 오픈소스를 쓰려고 dlib를 설치하는데
자꾸 이런 오류가 떴다...
구글을 열심히 뒤지다가
brew install cmake
export CC=/usr/bin/cc
export CXX=/usr/bin/c++
ccmake ~/code/ANTs
한 후,
pip install dlib 하니까
드디어 설치됐다 ㅠㅠ
'파이썬라이브러리&sklearn&keras' 카테고리의 다른 글
ML&DL_sklearn공부(2) << Iris Data를 이용한 학습과 평가 (0) | 2020.08.13 |
---|---|
ML&DL_sklearn공부(1) << Decision Tree (0) | 2020.08.13 |
딥러닝 >> Sequence Model과 Attention mechanism(deep learning.ai강의) (0) | 2020.07.23 |
DataStructure::Segmentation fault 11 error (0) | 2019.04.24 |