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

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 -