我正在尝试从Ubuntu 18.04 TensorFlow r1.13的源代码构建版本,无论使用哪种兼容的bazel版本,我都会遇到相同的错误:
ERROR: /home/hamlatzis/.cache/bazel/_bazel_hamlatzis/bc20d0623a1a0c4eaa510688c26216cb/external/io_bazel_rules_closure/closure/protobuf/closure_proto_library.bzl:66:21: name 'ProtoInfo' is not defined (did you mean 'protos'?)
ERROR: error loading package '': Extension 'closure/protobuf/closure_proto_library.bzl' has errors
ERROR: error loading package '': Extension 'closure/protobuf/closure_proto_library.bzl' has errors
我需要使用r1.13,但为了安全起见,我尝试了其他分支(r1.14和master),但这些都没有问题
有什么主意吗?