'iam running this program in pycharm and then countered with this problem

from mediapipe.python._framework_bindings import resource_util

ImportError: DLL load failed while importing _framework_bindings: The specified module could not be found.



Solution 1:[1]

Top Solution!

Type in your terminal pip install msvc-runtime it will work fine.

If you want to know more about mediapipe visit:

https://google.github.io/mediapipe/

Thanks.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 myNameisShourya