-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
type:build/installFor Build and Installation issuesFor Build and Installation issues
Description
OS Platform and Distribution
Ubuntu 24.04
Compiler version
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Programming Language and version
python 3.12
MediaPipe version
latest + #6131
Bazel version
7.4.1
Problem Description
$ /usr/bin/bazel build --tool_tag=ijwb:CLion --keep_going --norun_validations --color=yes --progress_in_terminal_title=no --skip_incompatible_explicit_targets --aspects=//.clwb/aspects:intellij_info_bundled.bzl%intellij_info_aspect --output_groups=intellij-resolve-cpp,intellij-info-cpp,intellij-info-generic --build_event_binary_file=/tmp/intellij-bep-9b7707c3-b2cc-44d2-a175-52703773d630 --nobuild_event_binary_file_path_conversion --build_event_publish_all_actions --curses=yes -- //mediapipe/python/...
ERROR: /home/user/code/mediapipe-current/mediapipe/python/solutions/BUILD:54:11: in deps attribute of py_library rule //mediapipe/python/solutions:drawing_styles: rule '//mediapipe/python/solutions:face_mesh' does not exist. Since this rule was created by the macro 'py_library', the error might have been caused by the macro implementation
ERROR: /home/user/code/mediapipe-current/mediapipe/python/solutions/BUILD:54:11: in deps attribute of py_library rule //mediapipe/python/solutions:drawing_styles: rule '//mediapipe/python/solutions:pose' does not exist. Since this rule was created by the macro 'py_library', the error might have been caused by the macro implementation
ERROR: /home/user/code/mediapipe-current/mediapipe/python/solutions/BUILD:54:11: Analysis of target '//mediapipe/python/solutions:drawing_styles' failed
ERROR: no such package 'file/google_src': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/user/code/mediapipe-current/file/google_src
ERROR: no such package 'file/localfile': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/user/code/mediapipe-current/file/localfile
ERROR: /home/user/code/mediapipe-current/mediapipe/python/BUILD:211:8: no such package 'file/google_src': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/user/code/mediapipe-current/file/google_src and referenced by '//mediapipe/python:solution_base_test'
ERROR: /home/user/code/mediapipe-current/mediapipe/python/BUILD:211:8: no such package 'file/localfile': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/user/code/mediapipe-current/file/localfile and referenced by '//mediapipe/python:solution_base_test'
WARNING: errors encountered while analyzing target '//mediapipe/python/solutions:drawing_styles', it will not be built.
WARNING: errors encountered while analyzing target '//mediapipe/python/solutions:hands_test', it will not be built.
Analysis failed
WARNING: errors encountered while analyzing target '//mediapipe/python:solution_base_test', it will not be built.
Analysis failed
WARNING: errors encountered while analyzing target '//mediapipe/python:solution_base_test', it will not be built.
Analysis failed
WARNING: errors encountered while analyzing target '//mediapipe/python/solutions:drawing_styles', it will not be built.
INFO: Analyzed 35 targets (0 packages loaded, 0 targets configured).
WARNING: errors encountered while analyzing target '//mediapipe/python/solutions:hands_test', it will not be built.
Analysis failed
INFO: Analysis succeeded for only 32 of 35 top-level targets
INFO: Found 32 targets...
ERROR: command succeeded, but not all targets were analyzed
INFO: Elapsed time: 0.164s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
INFO: Build Event Protocol files produced successfully.Metadata
Metadata
Assignees
Labels
type:build/installFor Build and Installation issuesFor Build and Installation issues