简体   繁体   English

错误cv2无法运行,我不知道如何运行

[英]Error cv2 can't run, i don't know how to run

I try to run but it always shows error please help me 我尝试运行,但始终显示错误,请帮助我

enter image description here 1 在此处输入图片说明 1

import cv2 

ImportError: DLL load failed: The specified module could not be found. ImportError:DLL加载失败:找不到指定的模块。

Check your python version if it is 64 bit. 检查您的python版本是否为64位。

If it's not then it could be the issue. 如果不是,那就可能是问题所在。 You are maybe using a 32 bit python version and would have installed a 64 bit binaries for the OPENCV library. 您可能正在使用32位python版本,并且已经为OPENCV库安装了64位二进制文​​件。

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

相关问题 为什么 cv2 抛出错误的参数错误? 我怎样才能成功运行它? - Why cv2 is throwing bad argument error? How can I run it successfully? IDE 中的自动完成功能不适用于 cv2 - Autocompletions in IDEs don't work for cv2 我不知道如何运行这段代码以及我必须在哪里运行这段代码 - I don't know how to run this code and where i have to run this code 为什么我不能在IPython Notebook中导入OpenCV(cv2)? - Why can't I import OpenCV (cv2) in IPython notebook? 为什么我无法将 cv2 和其他模块导入 python - Why I can't import cv2 and other modules to python 我无法从 conda 环境导入 cv2 - I can't import cv2 from a conda environment 我无法导入 cv2、vlc 和 numpy python pycharm - I can't import cv2,vlc and numpy python pycharm 为什么我不能发送cv2视频源? - Why can't I send a cv2 video source? 每当我运行它时,它都会给我 TypeError: can only concatenate str (not "bytes") to str 而且我不知道如何解决它? - whenever i run this it give me TypeError: can only concatenate str (not “bytes”) to str and i don't know how to fix it? 我不知道为什么我使用GUI Button命令只能运行lambda function - I don't know why only lambda function can run when I use GUI Button command
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM