Kagami/go-face

There is a problem, please help to look at it

cd-linxi opened this issue · 9 comments

image

# command-line-arguments .\main.go:24:19: undefined: face.NewRecognizer .\main.go:45:21: undefined: face.Descriptor

i go the same problem

I got the same problem

Same problem here, I thought it's my GO installation

did you guys find a potential fix @slicken @weizy1981 ?

@slicken are you not the same person in this issue #98?
because your suggestions helped me fix it:

go env -w CGO_ENABLED="1"

xz1127 commented

i go the same problem . centos7 and msys2 are tryed

i go the same problem . centos7 and msys2 are tryed

try set this flag.

go env -w CGO_ENABLED="1"