I tried run bazelisk build -c fastbuild //:ray_pkg
to build ray. And I got error message below.
ray/streaming/BUILD.bazel:316:21: in deps attribute of _rule rule //streaming:streaming_py_proto: rule '//streaming:streaming_proto' does not exist. Since this rule was created by the macro 'python_proto_compile', the error might have been caused by the macro implementation
Then, I searched the whole ray project to find streaming_py_proto
, however I could not found any BUILD.bazel contain name="streaming_py_proto"
.
I wondered that this streaming_py_proto
was built by another command?