gpt4 book ai didi

python - DLL 加载失败 : in installing opencv2?

转载 作者:太空宇宙 更新时间:2023-11-03 22:04:07 25 4
gpt4 key购买 nike

Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 15:51:26) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> import cv2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: %1 is not a valid Win32 application.

我正在尝试在 python 上安装 open cv,但显示了这条消息。我应该下载32位的opencv吗?

最佳答案

问题是不兼容的 lib.numpy(大部分)与 32 位兼容。所以安装

  1. Python(32 位)
  2. NumPy 的
  3. OpenCV(32 位)

Python 2.7 只兼容 OpenCV2

不管您是否拥有 64 位计算机,32 位软件都可以在 64 位操作系统上运行。

关于python - DLL 加载失败 : in installing opencv2?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41819615/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com