Tensorflow构建错误

时间:2018-08-02 16:02:06

标签: tensorflow bazel

构建Tensorflow 1.1.0时出现此错误

Starting local Bazel server and connecting to it...
ERROR: /home/bishal/.cache/bazel/_bazel_bishal/798d6395d959361055d9b5ddcd7dcd45/external/io_bazel_rules_closure/closure/testing/phantomjs_test.bzl:31:10: name 'set' is not defined
ERROR: /home/bishal/.cache/bazel/_bazel_bishal/798d6395d959361055d9b5ddcd7dcd45/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: name 'set' is not defined
ERROR: /home/bishal/.cache/bazel/_bazel_bishal/798d6395d959361055d9b5ddcd7dcd45/external/io_bazel_rules_closure/closure/compiler/closure_js_binary.bzl:216:13: name 'set' is not defined
ERROR: /home/bishal/.cache/bazel/_bazel_bishal/798d6395d959361055d9b5ddcd7dcd45/external/io_bazel_rules_closure/closure/filegroup_external.bzl:23:16: name 'set' is not defined
ERROR: error loading package '': Extension 'closure/filegroup_external.bzl' has errors
Building: no action

为此,我使用了bazel 0.16.0。如果此问题是由于bazel版本不正确引起的,我必须使用哪个版本来解决此问题?

1 个答案:

答案 0 :(得分:2)

您需要使用Bazel 0.5.4来构建Tensorflow 1.1.0。请注意,0.5.4很旧-撰写本文时为0.16.0。

您是否需要专门构建Tensorflow 1.1.0?