Open
Description
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.