skip to Main Content

Install a program in Ubuntu

I am new to linux and am trying to install Phytebyte on my Ubuntu VM following the readme file. https://github.com/seanharr11/phytebyte I am running the following code on the terminal but getting this result, any tips as to how I can…

VIEW QUESTION

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…

VIEW QUESTION
Back To Top
Search