Skip to content

Not working on Windows 11: mediapipe version 0.10.18 and 0.10.20 #5838

Open
@creativival

Description

@creativival

I have experimented with pip installation of MediaPipe to Windows 11.

  1. factory reset the laptop and boot Pure Windows 11
  2. install Python 3.12.8 from the Python official website
  3. install MediaPipe by "pip install mediapipe==0.10.14"
  4. run the app and get error “Import Error: DLL load failed while importing _framework_bindings"
  5. pip install msvc-runtime
  6. re-run the app and it launches normally

Now, when I upgrade MediaPipe, I get the same error.

  1. pip uninstall mediapipe
  2. pip install mediapipe=0.10.18
  3. when I start the app, I get the error “Import Error: DLL load failed while importing _framework_bindings”
  4. pip uninstall mediapipe
  5. pip install mediapipe== 0.10.20
  6. When you start the app, the error “Import Error: DLL load failed while importing _framework_bindings”
  7. pip uninstall mediapipe
  8. pip install mediapipe=0.10.14
  9. 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.

Metadata

Metadata

Labels

os:windowsMediaPipe issues on Windowsplatform:pythonMediaPipe Python issuesstat:awaiting googlerWaiting for Google Engineer's Responsetype:bugBug in the Source Code of MediaPipe Solution

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions