使用go get-d github.com/tensorflow/tensorflow/tensorflow/go时出错

使用go get-d github.com/tensorflow/tensorflow/tensorflow/go时出错,tensorflow,Tensorflow,我正在尝试安装tensorflow,我按照指南安装了第一个linux库 当我使用go get-d github.com/tensorflow/tensorflow/tensorflow/go时,y收到以下错误: cannot find package "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto" in any of: /usr/lib/go

我正在尝试安装tensorflow,我按照指南安装了第一个linux库

当我使用
go get-d github.com/tensorflow/tensorflow/tensorflow/go
时,y收到以下错误:

cannot find package "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto" in any of:    
/usr/lib/go/src/github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto (from $GOROOT)       
/home/respirar/go/src/github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto (from $GOPATH)     
谢谢