Open ritwik12 opened 4 years ago
Thans. Just came across the same issue, going to try these versions and report back.
@ritwik12 I have installed the same versions of the dependencies and have tried v3.1 of bazel as well as v2.0. But I still have build issues. The first issue is: ERROR: C:/projects/exoplanet-ml/exoplanet-ml/light_curve/BUILD:74:1: name 'py_proto_library' is not defined (did you mean 'cc_proto_library'?) Any thoughts on what to try next?
@wiggs73 You need to follow #6 for this. Also, see discussion over there and you'll get your issues solved.
While running test cases using Bazel, I found that using default TensorFlow installation i.e.
tensorflow==2.0
a lot of test cases will fail. Few functionalities used in this project are deprecated in TF 2.0.Working version of tensorflow dependencies are:
Also, as per the conclusions from this issue we need to update
tensorflow
version inREADME.md
andrequirements.txt
in #8