Build mediapipe on Linux (Ubuntu 22.04)
I'm trying to build MediaPipe from source with Bazel on Linux ubuntu 22.04. here are the full steps ive done so far: git clone https://github.com/google/mediapipe.git cd mediapipe bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/desktop/holistic_tracking:holistic_tracking_cpu but it's always failing with the…