Got error when "go get github.com/Kagami/go-face"
HuitMahoon opened this issue · 5 comments
HuitMahoon commented
when running go get github.com/Kagami/go-face
on mac os, i got error:
classify.cc:2:10: fatal error: 'dlib/graph_utils.h' file not found
any help?@Kagami
lchjczw commented
I had the same problem
weizy1981 commented
I also had the same issue.
arpita205 commented
I am also facing the same problem
jocemarkovacs commented
same problem in windows plataform in ubuntu work it. Everyone here instaled dlib?
adrien3d commented
Fixed by copying dlib in $GOPATH/pkg/path/to/go-face
and changing import in classify.cc