我在安装OpenCV时遇到了一些麻烦.我一直在使用Anaconda,我将cv2.pyd文件复制到文件...\Lib\site-packages夹中.当我输入import cv2Python 类型时,我收到此错误:
`Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.`
Run Code Online (Sandbox Code Playgroud)
我也通过命令提示符尝试了一个pip install:C:\Users\SCD>pip install cv2results:`
Collecting cv2
Could not find a version that satisfies the requirement cv2 (from versions: )
No matching distribution found for cv2`
Run Code Online (Sandbox Code Playgroud)
有人可以帮忙吗?