I'm having some trouble installing OpenCV. I have been using Anaconda, and I copied the cv2.pyd file into the ...\Lib\site-packages folder. When I get type import cv2 into Python I get this error:
`Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.`
I've also tried a pip install via command prompt: C:\Users\SCD>pip install cv2 results: `
Collecting cv2
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2`
Can someone help?
cv2.pyd?cv2.pyd, and there's no instruction related to pypi packageopencv-pythonat all.