Skip to content
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

DLL load failed when importing OpenCV in Python script #4

Open
ALVIA-SAJI-0112 opened this issue Jul 31, 2023 · 0 comments
Open

DLL load failed when importing OpenCV in Python script #4

ALVIA-SAJI-0112 opened this issue Jul 31, 2023 · 0 comments

Comments

@ALVIA-SAJI-0112
Copy link

I encountered an ImportError with the message "DLL load failed: The specified module could not be found" when trying to run my Python script pose_annotator.py, which utilizes OpenCV for pose annotation. I have tried various troubleshooting steps to resolve the issue but haven't been successful.

Code Snippet:
python pose_annotator.py

Error Message:
Traceback (most recent call last):
File "pose_annotator.py", line 3, in
import cv2
ImportError: DLL load failed: The specified module could not be found.

Steps Taken:
Uninstalled and reinstalled OpenCV using pip.
Followed these steps: https://programming-review.com/python/opencv-dll-load-failed

Operating System: Win 11
Python Version: Python 3.7.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant