Closed LuckyMan26 closed 1 year ago
By the way I am using following build command bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH="C://python_36//python.exe" --verbose_failures mediapipe/examples/desktop/hand_tracking:hand_tracking_cpu
@LuckyMan26,
Have you followed the instructions mentioned here to install the MP in Windows? From the issue description we can see that you using the Visual C++ Build Tools 2022, Which has been not tested yet. Please install Microsoft Visual C++ 2019 Redistributable and Microsoft Build Tools 2019.
Further, Python version being used is 3.10.11 But PYTHON_BIN_PATH="C://python_36//python.exe"
providing the path of Python 3.6. Moreover, if you can build using the Bazel 6.1.1 probably build will not likely to fail. Please follow the instructions described above with supported version of the dependency and revet back if error still persists.
Thank you!!
Thank you. It helped.
OS Platform and Distribution
Windows 10
Compiler version
MSVC 14.35.32215
Programming Language and version
C++
Installed using virtualenv? pip? Conda?(if python)
No response
MediaPipe version
0.10.0
Bazel version
6.2.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
Complete Logs