简体   繁体   English

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

I have already installed opencv-python library but when i import it into the the compiler it does not work.我已经安装了 opencv-python 库,但是当我将它导入编译器时它不起作用。 I have also tried to install it using pip install opencv-python but it says Requirement already satisfied:.我也尝试使用 pip install opencv-python 安装它,但它说要求已经满足:。 Which means that library is installed but still not works.这意味着该库已安装但仍无法正常工作。 I am using pycharm community edition and python 3.9.我正在使用 pycharm 社区版和 python 3.9。

try to install this尝试安装这个

pip install opencv-python-headless pip 安装 opencv-python-headless

暂无
暂无

声明:本站的技术帖子网页,遵循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 在pycharm ImportError中:DLL加载失败:找不到指定的模块。 导入人脸识别时 - In pycharm ImportError: DLL load failed: The specified module could not be found. while importing facerecognition ImportError:DLL加载失败:找不到指定的模块。 CV2 - ImportError: DLL load failed: The specified module could not be found. cv2 从.cv2导入* ImportError:DLL加载失败:找不到指定的模块 - from .cv2 import * 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 Pycharm:ImportError:DLL 加载失败:找不到指定的模块 - Pycharm: ImportError: DLL load failed: The specified module could not be found ImportError:DLL加载失败:在PyCharm中找不到指定的模块 - ImportError: DLL load failed: The specified module could not be found in PyCharm 导入错误:DLL 加载失败:找不到指定的模块 - PyCharm - ImportError: DLL load failed: The specified module could not be found - PyCharm 导入 Cartopy 时 ImportError: DLL load failed while importing trace: The specified module could not be found - When importing Cartopy ImportError: DLL load failed while importing trace: The specified module could not be found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM