-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from mediapipe.python._framework_bindings import resource_util ImportError: DLL load failed: The specified module could not be found. #1839
Comments
@al2code, |
It's likely due to the missing Visual C++ redistributable packages for Visual Studio 2015, 2017 and 2019. You can download vc_redist.x64.exe from https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0. |
Glad your resolve. We are closing this issue. Thanks! |
ImportError: DLL load failed while importing _framework_bindings: The specified module could not be found. |
Hi @Bharatnaty, Is your issue relevant to the above issue and still exists. Please try this mentioned comments #1839 (comment), #1839 (comment) . If not, please raise a new issue. Thanks! |
Thanks @jiuqiant for helping me. |
thanks, installing vc++ redistributables helped me for this error |
Still getting the same error |
|
same error how to solve this |
I got this error when I install mediapipe-rpi4 on RPI-4B. How to solve it |
hello i got issue like this thatis the error and that is my code import cv2 class handDetector():
def main():
if name == "main": |
same issue here. Running Touchdesigner. |
maybe you can install msvc-runtime(Not maintained by Microsoft ) or VC_redist.x64.exe,last one is work for me |
Installed opencv and mediapipe via pip install on PyCharm, the installation went successfully. However, I get this error.
The text was updated successfully, but these errors were encountered: