Closed shreshtashetty closed 1 year ago
@shreshtashetty,
We are already aware of this issue, and we are actively working towards a resolution. As a temporary workaround, could you please consider upgrading the GCC version to 8 by using the command provided below:
sudo apt-get install gcc-8 g++-8 -y
Also, Please let us know if this works for you. Thank you
Thanks for the reply @kuaashish.
Upgrading to gcc 8 (along with running bazel clean and deleting the bazel cache folder on /home/username/.cache/bazel) worked.
OS Platform and Distribution
Ubuntu 18.04.6 LTS
Compiler version
gcc version 7.5.0
Programming Language and version
C++
Installed using virtualenv? pip? Conda?(if python)
N/A
MediaPipe version
Mediapipe Github Repository, latest (cloned a week ago)
Bazel version
bazel 6.1.1
XCode and Tulsi versions (if iOS)
N/A
Android SDK and NDK versions (if android)
N/A
Android AAR (if android)
N/A
OpenCV version (if running on desktop)
opencv 4.5.2
Describe the problem
Building the object_detection application works, but building face_mesh, hand_tracking, face_detection, iris_tracking and pose_tracking fails giving the same error message. For example,
bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/face_mesh:face_mesh_cpu
for face_mesh gives the following error message:-Complete Logs