I’ve been trying to build RAY (2.46.0) form source with difference rules_python version using the following command:
“pip install -e . --verbose”
It seems that RAY does not use the rules_python declaration in WORKSPACE, now matter how I modify rules_python session in WORKSPACE or even remove it, RAY always uses “rules_python 0.9.0.tar.gz” as shown in in ~/.cache/_bazel_sting/xxx000/command.log
…
Fetching repository @rules_python; starting
Fetching /home/sting/.cache/bazel/_bazel_sting/1f730f079d3045954de9b732d7745630/external/rules_python; Extracting 0.9.0.tar.gz
…
Can any please provide some hints for me solve this issue?