Open
Description
I have experimented with pip installation of MediaPipe to Windows 11.
- factory reset the laptop and boot Pure Windows 11
- install Python 3.12.8 from the Python official website
- install MediaPipe by "pip install mediapipe==0.10.14"
- run the app and get error “Import Error: DLL load failed while importing _framework_bindings"
- pip install msvc-runtime
- re-run the app and it launches normally
Now, when I upgrade MediaPipe, I get the same error.
- pip uninstall mediapipe
- pip install mediapipe=0.10.18
- when I start the app, I get the error “Import Error: DLL load failed while importing _framework_bindings”
- pip uninstall mediapipe
- pip install mediapipe== 0.10.20
- When you start the app, the error “Import Error: DLL load failed while importing _framework_bindings”
- pip uninstall mediapipe
- pip install mediapipe=0.10.14
- when the application is launched, it launches normally.
Based on the above verification, the new version cannot be launched on Windows 11.
In addition, the same problem occurs after installing the Visual C++ redistributable package.
Has anyone successfully installed and launched in a Windows 11 environment? Please let me know if there is a workaround.