Unable to use Go get properly -
i new user go , trying command.
go github.com/tensorflow/tensorflow/tensorflow/contrib/go and getting error
package github.com/tensorflow/tensorflow/tensorflow/contrib/go imports github.com/tensorflow/tensorflow/tensorflow/contrib/go imports github.com/tensorflow/tensorflow/tensorflow/contrib/go: cannot find package "github.com/tensorflow/tensorflow/tensorflow/contrib/go" in of: /usr/lib/go/src/pkg/github.com/tensorflow/tensorflow/tensorflow/contrib/go (from $goroot) /home/arafat/go/src/github.com/tensorflow/tensorflow/tensorflow/contrib/go (from $gopath) i know seems trivial issue stuck @ it.
if code compile , install not in master branch (checked out default go get), only in go branch of repo, try and:
cd $gopath/github.com/tensorflow/tensorflow git checkout go then try again compilation.
Comments
Post a Comment