python包/库安装,解决ImportError: DLL load failed while importing _framework_bindings

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

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

解决方案是:pip install msvc-runtime

亲测有效!!!

————————————————
参考文献:
https://blog.csdn.net/A18373279153/article/details/120608532

posted @ 2024-12-26 08:46  香蕉大则香蕉皮大  阅读(747)  评论(0)    收藏  举报
Title