-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[ray] [bazel] build failure, error --experimental_ui_deduplicate unrecognized #11237
Comments
Related issues: |
I guess your bazel version is not correct? I am using |
Yep seems that in the later bazel releases I would still consider this a bug. |
We explicitly said the supported version of bazel is just 3.2.0 in our code ( Line 31 in ce96b03
|
Task: Specify a bazel veresion in our doc for development. |
I see, in any case I dont think my PR hurts, if anything it allows Ray to build on later bazel versions as well which I am sure will eventually be needed. |
Oh, I didn't realize you pushed a PR! Thanks for doing that! One concern I have is that when people use 3.2.0, this flag will be on again. Do you know what the flag is exactly about? cc @simon-mo @mehrdadn Did you guys know why we added this flag in the first place? It seems to be off by default in bazel >= 3.5 |
I'd love to merge the PR, but let me verify this is fine from people who are familiar with our bazel config! Thanks for the contribution again :) |
@rkooo567 I think I added it for cleaning up the Bazel output. But you can remove it. It seems to have been removed in bazelbuild/bazel@a6935cd |
Awesome! @acxz we will merge the PR shortly. Thanks again for the contribution! |
What is the problem?
When trying to build ray from source I am getting the following output:
Error
Ray version and other system information (Python version, TensorFlow version, OS):
ray: 1.0.0
python: 3.8.5
gcc: 10.2.0
bazel: 3.5.0
os: Arch Linux
Reproduction (REQUIRED)
Please provide a script that can be run to reproduce the issue. The script should have no external library dependencies (i.e., use fake or mock data / environments):
If we cannot run your script, we cannot fix your issue.
The above does not apply since this is a build issue.
The text was updated successfully, but these errors were encountered: