-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bazel build not working #3
Comments
Which version of Bazel are you using? I've built with as low as v0.15.2. In the meantime, you can install the official Pypi package: |
bazel version: 0.18.1rc4 note that the pypi package does not have the examples directory inside it and the second notebook will fail. |
I have the latest version of bazel, but still I am not able to run the example : There is a error when we run the test ~/adanet$ bazel test -c opt //... FAILED: //adanet/core:estimator_test (Summary) Also installed the "sudo pip install adanet", but i get a errors when i try to run example "adanet_objective". Any idea how to fix this ? |
@ShettyHarapanahalli |
@ShettyHarapanahalli: This should be fixed now with #12 . |
@Mistobaan : Are you still encountering the original error? |
solved |
@cweill yes still same error.
I get another one:
|
Could you try installing v0.2.0 from PyPi with pip? Let me know if that works for you. |
This was fixed with py2 for me. |
This work for me, thanks liu. |
Ubuntu 14.04
The text was updated successfully, but these errors were encountered: