gpt4 book ai didi

python - 在 Windows 上为 Python 安装 Opencv

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

我尝试为 python 安装 opencv。我使用 Windows x64。我安装了 numpy1.6python2.7。我已经安装了 opencv2.4.9。我成功安装了它们。我从this page引导.上面写着

Now open your "Python IDLE" ( from Start > All Programs > Python 2.7 > Python IDLE ) and just type following : import cv2

当我运行 import cv2 时,出现以下错误:

module compiled against API version 9 but this version of numpy is 6.

如何知道兼容版本?

我知道这个问题enter link description here .但是我安装了最新的 numpy 版本,它并没有解决我的问题。

最佳答案

使用https://www.scivision.co/install-opencv-3-0-x-for-python-on-windows/它会带你到http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv您可以在哪里下载 .whl 安装程序。下载后,您可以使用 pip install some-file.whl假设你已经安装了 pip。之后您应该可以导入 cv2。

我遇到了同样的问题,并且进行了大量研究,但这是唯一有效的方法。

关于python - 在 Windows 上为 Python 安装 Opencv,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29748229/

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