rules_closure
rules_closure copied to clipboard
i am trying to use tensorflow beholder plugin, while building bazel i am getting this error
Starting local Bazel server and connecting to it... .................... ERROR: /home/manojvasi/.cache/bazel/_bazel_manojvasi/8ebb96a779f1cc10f4ebe064ad9d4c25/external/io_bazel_rules_closure/closure/stylesheets/closure_css_library.bzl:27:13: name 'set' is not defined ERROR: /home/manojvasi/.cache/bazel/_bazel_manojvasi/8ebb96a779f1cc10f4ebe064ad9d4c25/external/io_bazel_rules_closure/closure/webfiles/web_library.bzl:43:14: name 'set' is not defined ERROR: /home/manojvasi/.cache/bazel/_bazel_manojvasi/8ebb96a779f1cc10f4ebe064ad9d4c25/external/io_bazel_rules_closure/closure/stylesheets/closure_css_binary.bzl:65:13: name 'set' is not defined ERROR: /home/manojvasi/.cache/bazel/_bazel_manojvasi/8ebb96a779f1cc10f4ebe064ad9d4c25/external/io_bazel_rules_closure/closure/compiler/closure_js_deps.bzl:44:13: name 'set' is not defined ERROR: /home/manojvasi/.cache/bazel/_bazel_manojvasi/8ebb96a779f1cc10f4ebe064ad9d4c25/external/io_bazel_rules_closure/closure/testing/phantomjs_test.bzl:31:10: name 'set' is not defined ERROR: /home/manojvasi/.cache/bazel/_bazel_manojvasi/8ebb96a779f1cc10f4ebe064ad9d4c25/external/io_bazel_rules_closure/closure/compiler/closure_js_binary.bzl:220:13: name 'set' is not defined ERROR: error loading package '': Extension 'closure/webfiles/web_library.bzl' has errors ERROR: error loading package '': Extension 'closure/webfiles/web_library.bzl' has errors INFO: Elapsed time: 0.909s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) ERROR: Couldn't start the build. Unable to run tests
Looks like you are using an old version of tensorboard
/rules_closure
. set
was removed from rules_closure
some time ago because it has been deprecated and removed in Bazel.
Updating tensorboard
to the latest version should fix this.