tensorflow / adanet

Fast and flexible AutoML with learning guarantees.
https://adanet.readthedocs.io
Apache License 2.0
3.47k stars 527 forks source link

Error building adanet using bazel from source with protobuf version 3.6.0 #110

Closed chamorajg closed 5 years ago

chamorajg commented 5 years ago

https://github.com/bazelbuild/bazel/issues/6984#issuecomment-449315610 The link says the version is not compatible with bazel 0.21.0 . So the workspace version must be updated to 3.6.1.3

cweill commented 5 years ago

@chandramoulirajagopalan: Do you mind sending a PR to do so? I'll be happy to review it.

We are looking to drop our requirements for protobuf and Bazel in the future to simplify installation.

chamorajg commented 5 years ago

Yes I will submit a PR as quick as possible.

cweill commented 5 years ago

Fixed with #111.