|
|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
明明已经成功安装了opencv-python
为什么导入的时候还是出现错误???
C:\Python36\Scripts>pip install opencv-python
Collecting opencv-python
Using cached https://files.pythonhosted.org/p ... 99b5653b0981cacacbb
9/opencv_python-3.4.3.18-cp36-cp36m-win32.whl
Requirement already satisfied: numpy>=1.11.3 in c:\python36\lib\site-packages (from opencv-python) (1.15.2)
Installing collected packages: opencv-python
Successfully installed opencv-python-3.4.3.18
C:\Python36\Scripts>
raceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cv2
File "C:\Python36\lib\site-packages\cv2\__init__.py", line 3, in <module>
from .cv2 import *
ImportError: DLL load failed: 找不到指定的模块。
|
|