【无标题】

python版本的mediapipe安装完成后,运行demo报错:

ImportError: DLL load failed while importing _framework_bindings: 找不到指定的模块。

从from mediapipe.python._framework_bindings import resource_util ImportError: DLL load failed: The specified module could not be found. · Issue #1839 · google/mediapipe · GitHubicon-default.png?t=N3I4https://github.com/google/mediapipe/issues/1839安装这个 就好!了

It's likely due to the missing Visual C++ redistributable packages for Visual Studio 2015, 2017 and 2019. You can download vc_redist.x64.exe from Latest supported Visual C++ Redistributable downloads | Microsoft Learn.

from mediapipe.python._framework_bindings import resource_util ImportError: DLL load failed: The specified module could not be found. · Issue #1839 · google/mediapipe · GitHubicon-default.png?t=N3I4https://github.com/google/mediapipe/issues/1839

你可能感兴趣的:(microsoft,python)