Mediapipe Issue on Windows: from mediapipe.python._framework_bindings import resource_util ImportError: DLL load failed: The specified module could not be found.

Ashwin B
Jul 9, 2021

This type of error usually appears either when the compiled library is for the wrong architecture (e.g. 32 bit library on 64 bit host) or there is a missing underlying library, like msvcr not being up to date. I wish more information would be logged for this error.

To fix this:

pip install msvc-runtime

NOTE: This fix personally worked in my system, If there are some issues even after installing this, do kindly look on to some more articles to make things work. Peace !!

--

--

Ashwin B

I love the internet, technology and building beautiful things