导入 cv2 时 DLL 加载失败:找不到指定的模块

DLL load failed while importing cv2: The specified module could not be found

提问人:Nour Ahmadi 提问时间:12/13/2022 最后编辑:Christoph RackwitzNour Ahmadi 更新时间:12/13/2022 访问量:2149

问:

我正在从事一个CNN图像分类项目,我正在使用jupyter lab和python。 好吧,我遇到了这个问题,无法解决。 Ps : ( 我的 Windows 版本是 “Windows 10 Pro N” )在此处输入图像描述

我尝试了这两个cmd“pip install opencv-python”和“pip install opencv-contrib-python”,并手动安装了依赖项。 此外,还安装了 Visual Studio C++ 但是我在这里输入图像描述时遇到同样的错误

python windows opencv importerror loadlibrary

评论

1赞 Christoph Rackwitz 12/13/2022
不要同时安装这两个软件包。删除所有内容。只安装一个。
0赞 Christoph Rackwitz 12/13/2022
这回答了你的问题吗?导入 cv2 时出现“DLL 加载失败”(opencv)
0赞 D.L 12/13/2022
发布代码,而不是代码的图片。用户需要能够快速复制问题,这是文本允许的(而图片不允许)。stackoverflow.com/help/how-to-ask

答: 暂无答案