I tried building ping_python using the following command, from the isaac folder:
bazel build //apps/tutorials/ping_python
But I got the following error:
ERROR: /mnt/c/Users/wadii/Desktop/isaac/engine/pyalice/BUILD:24:1: no such package ‘engine’: BUILD file not found on package path and referenced by ‘//engine/pyalice:pyalice’
Seems like it doesn’t like the deps in BUILD file:
deps = ["//engine/pyalice"],
Any ideas?