我使用python 3.6在我的Windows机器上安装了opencv而没有任何问题,使用:
pip install opencv-python
Run Code Online (Sandbox Code Playgroud)
但是当我尝试导入cv2时,我收到以下错误
ImportError: DLL load failed: The specified module could not be found.
Run Code Online (Sandbox Code Playgroud)
我看过这篇文章
它说cv2不适用于python 3我想知道这是否已经修复或者是否有办法绕过它