Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过 PyCharm 成功安装 Mediapipe,成功安装 OpenCV。但是,我收到此错误:
from mediapipe.python._framework_bindings import resource_util ImportError: DLL load failed: The specified module could not be found.
我最终通过安装 msvc-runtime 解决了这个问题。
pip install msvc-runtime
使用 python 3.7 时会抛出该错误,安装msvc-runtime并没有修复错误,但以某种方式降级到最早版本的 mediapipe确实修复了它。(媒体管道 0.8.0)
msvc-runtime