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.g‌​o:  malformed #cgo argument: -i${srcdir}/../../../ 

how can solve compilation issue?


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -