gpt4 book ai didi

python - 为Python 2.7安装opencv时DLL加载失败错误

转载 作者:行者123 更新时间:2023-12-02 17:07:27 26 4
gpt4 key购买 nike

我正使用Windows Server 2012 R2和Python 2.7:

Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:22:17) [MSC v.1500 32 bit (Intel)] on win32



最新版本的OpenCV库3.4.2无法正常工作,并且会产生以下错误:
>>> import cv2

Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cv2
File "C:\Python27\lib\site-packages\cv2\__init__.py", line 3, in <module>
from .cv2 import *
ImportError: DLL load failed: The specified module could not be found.

所以我下载了旧版本的OpenCV 3.4.1,将cv2.pyd复制到了C:/ Python27 / lib / site-packages,并且中提琴可以正常工作!

现在这是我的失败还是他们的失败?我下载了VC++ x86 Redistributable 2015和2017,Python也是32位的,并且我使用的是32位版本的OpenCV lib,所以我不认为这是我的问题,这是怎么回事,有人知道吗?

最佳答案

尝试使用pip安装吗?
我从来没有关于cv2的pip安装问题。

pip install opencv-python

关于python - 为Python 2.7安装opencv时DLL加载失败错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51486639/

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