ntu-rris/google-mediapipe

mediapipe, import error :DLL load failed: The specified module could not be found.

aditya54321 opened this issue · 1 comments

This is happening while import the mediapipe module.
**
import mediapipe
Traceback (most recent call last):
File "<pyshell#1>", line 1, in
import mediapipe
File "C:\Users\new user\AppData\Local\Programs\Python\Python37\lib\site-packages\mediapipe_init_.py", line 16, in
from mediapipe.python import *
File "C:\Users\new user\AppData\Local\Programs\Python\Python37\lib\site-packages\mediapipe\python_init_.py", line 17, in
from mediapipe.python._framework_bindings import resource_util
ImportError: DLL load failed: The specified module could not be found.

**
How to solve this problem
mediapipe

@aditya54321 you may want to direct this issue to google/mediapipe as this repo only contains demo applications.

Anyway not sure if this is related to issue