【发布时间】:2016-03-17 20:01:53
【问题描述】:
当尝试使用以下方法构建 core/distributed_runtime 模块时:
$ bazel build -c opt
//tensorflow/core/distributed_runtime/rpc:grpc_tensorflow_server
我们得到以下错误:
ERROR: error loading package 'tensorflow/core/distributed_runtime/rpc':
Extension file not found. Unable to load package for
'//google/protobuf:protobuf.bzl': BUILD file not found on package path.
INFO: Elapsed time: 0.097s
是否需要额外的步骤(README.md 中未提及)?
【问题讨论】:
标签: tensorflow