Tensorflow 的 Bazel 构建期间出错(服务教程):Ubuntu

Error During Bazel Build of Tensorflow (Serving tutorial): Ubuntu

OS: Ubuntu 16.04 巴泽尔:0.17.2

我正在使用服务存储库的提交:30248e75390cd068af7af37d62ac158304436415。我正在关注教程:https://www.tensorflow.org/serving/serving_advanced

克隆服务存储库后,我使用当前版本服务存储库中的 WORKSPACE 文件。 它指向的 tensorflow 提交在构建过程中已正确下载,但接下来我看到的是以下错误:

. Starting local Bazel server and connecting to it... ........ ERROR: /home/vaibhavs/tensorflow_serving/serving/.cache/_bazel_root/45e5a12780caa2dd1c70f796d572c44c/external/org_tensorflow/tensorflow/python/BUILD:73:1: error loading package '@org_tensorflow//tensorflow/python/keras': Extension file not found. Unable to load package for '@pip_deps//:requirements.bzl': The repository could not be resolved and referenced by '@org_tensorflow//tensorflow/python:no_contrib' ERROR: Analysis of target '//tensorflow_serving/example:mnist_saved_model' failed; build aborted: error loading package '@org_tensorflow//tensorflow/python/keras': Extension file not found. Unable to load package for '@pip_deps//:requirements.bzl': The repository could not be resolved INFO: Elapsed time: 23.963s INFO: 0 processes. FAILED: Build did NOT complete successfully (67 packages loaded) currently loading: @org_tensorflow//tensorflow/python/keras ... (2 packages) <<<

我在 Google 上找不到确切的错误消息。 有人可以就我可能遗漏的内容给我任何指示吗?

再次尝试从 master 拉取 - 修复了一个错误。