git - Error on using Go get -
after managing go get
tensorflow repo (as described in previous question).
i have right code in $gopath
(the one go branch), compilation generates error message:
can't load package: package github.com/tensorflow/tensorflow/tensorflow/contrib/go: /home/arafat/go/src/github.com/tensorflow/tensorflow/tensorflow/contrib/go/lib.go: malformed #cgo argument: -i${srcdir}/../../../
how can solve compilation issue?
Comments
Post a Comment