简体   繁体   English

ImportError:DLL加载失败:找不到指定的模块。 CV2

[英]ImportError: DLL load failed: The specified module could not be found. cv2

Following the link , I tried to install opencv for python. 通过链接 ,我尝试为python安装opencv。 However, while verifying the installation of opencv, I ran into the following error : 但是,在验证opencv的安装时,我遇到了以下错误:

ImportError: DLL load failed: The specified module could not be found.

All the steps checked out from the link . 所有步骤都从链接中检出。 Instead of using pip ,it uses VS 2017 to build . 它使用VS 2017而不是pip 进行构建 What could I be missing? 我可能会缺少什么?

如果只想将opencv与python一起使用,则可以使用pip install opencv-python

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ImportError:DLL加载失败:找不到指定的模块。 在pycharm中导入cv2时 - ImportError: DLL load failed: The specified module could not be found. when importing cv2 in pycharm cv2 ImportError:DLL加载失败:找不到指定的模块 - cv2 ImportError: DLL load failed: The specified module could not be found 从.cv2导入* ImportError:DLL加载失败:找不到指定的模块 - from .cv2 import * ImportError: DLL load failed: The specified module could not be found ImportError: DLL 在导入 cv2 时加载失败:在 pycharm 中找不到指定的模块,python 3.9 - ImportError: DLL load failed while importing cv2: The specified module could not be found in pycharm with python 3.9 导入错误:DLL 加载失败:找不到指定的模块。(Keras) - ImportError: DLL load failed: The specified module could not be found.(Keras) MeCab:“ImportError:DLL 加载失败:找不到指定的模块。” - MeCab: “ImportError: DLL load failed: The specified module could not be found.” MeCab:“ ImportError:DLL加载失败:找不到指定的模块。” - MeCab: “ImportError: DLL load failed: The specified module could not be found.” 导入 CV2:DLL 加载失败:pip 安装成功时找不到指定的模块 - Import CV2: DLL load failed: The specified module could not be found while successful pip installation ImportError:DLL加载失败:找不到指定的过程。蟒蛇 - ImportError: DLL load failed: The specified procedure could not be found. Python pycairo“ImportError:DLL加载失败:无法找到指定的模块。”即使安装了DLL - pycairo “ImportError: DLL load failed: The specified module could not be found.” even after DLLs installed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM