Streaming.so not found

Hi, I tried pip install -e . --verbose on debian with ray master, failed with this error:

ERROR: /home/tiger/ray_official/ray/BUILD.bazel:2355:18: Executing genrule //:cp_streaming failed: missing input file '//:python/ray/streaming/_streaming.so'
Target //:cp_streaming failed to build

here are my envs:
python: 3.7
bazel; 4.2
gcc: 9.4
os: debian 9
ray: master

I also tried with bazel build //:ray_pkg, same error. But works with //:cp_raylet_so

Can you try bazel clean --expunge and bazel build //:ray_pkg?

1 Like