Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build never finishes #5910

Open
LucosidE opened this issue Mar 14, 2025 · 0 comments
Open

Windows build never finishes #5910

LucosidE opened this issue Mar 14, 2025 · 0 comments
Assignees
Labels
legacy:holistic Issues related to Holistic os:windows MediaPipe issues on Windows platform:c++ Issues specific to C++ framework in mediapipe type:build/install For Build and Installation issues

Comments

@LucosidE
Copy link

OS Platform and Distribution

Windows 11 Home

Compiler version

Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.43.34808

Programming Language and version

C++

Installed using virtualenv? pip? Conda?(if python)

Yes

MediaPipe version

0.10.18

Bazel version

Conda 6.5.0-

XCode and Tulsi versions (if iOS)

No response

Android SDK and NDK versions (if android)

No response

Android AAR (if android)

None

OpenCV version (if running on desktop)

3.4.10

Describe the problem

Building on windows hangs.

Complete Logs

I am able to build the hello_world example that it runs as expected. 

When I try to build move complex examples the build hangs. 

Build command:
bazel build --verbose_failures -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH="C://Users//joukv//.conda//envs//mp_new_build//python.exe" mediapipe/examples/desktop/holistic_tracking:holistic_tracking_cpu

It always hangs on the same output:
WARNING: D:/poseai/mediapipe_new/mediapipe/mediapipe/framework/BUILD:56:24: in cc_library rule //mediapipe/framework:calculator_cc_proto: target '//mediapipe/framework:calculator_cc_proto' depends on deprecated target '@com_google_protobuf//:cc_wkt_protos': Only for backward compatibility. Do not use.
WARNING: D:/poseai/mediapipe_new/mediapipe/mediapipe/framework/tool/BUILD:197:24: in cc_library rule //mediapipe/framework/tool:field_data_cc_proto: target '//mediapipe/framework/tool:field_data_cc_proto' depends on deprecated target '@com_google_protobuf//:cc_wkt_protos': Only for backward compatibility. Do not use.
INFO: Analyzed target //mediapipe/examples/desktop/holistic_tracking:holistic_tracking_cpu (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
[1 / 204] Executing genrule @org_tensorflow//tensorflow/lite/acceleration/configuration:configuration_schema; 57s local

Example above is just 57s but I have let it run for a few hours and it does not progress.
@LucosidE LucosidE added the type:build/install For Build and Installation issues label Mar 14, 2025
@kuaashish kuaashish added os:windows MediaPipe issues on Windows platform:c++ Issues specific to C++ framework in mediapipe legacy:holistic Issues related to Holistic labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy:holistic Issues related to Holistic os:windows MediaPipe issues on Windows platform:c++ Issues specific to C++ framework in mediapipe type:build/install For Build and Installation issues
Projects
None yet
Development

No branches or pull requests

2 participants