-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels