安装 opencv-contrib-python 3.3.0.9 时出错
Posted
技术标签:
【中文标题】安装 opencv-contrib-python 3.3.0.9 时出错【英文标题】:Error while installing opencv-contrib-python 3.3.0.9 【发布时间】:2020-02-01 17:38:20 【问题描述】:我正在尝试使用命令python -m pip install opencv-contrib-python==3.3.0.9
安装opencv-contrib-python 3.3.0.9
。
但是它抛出以下错误:
Could not find a version that satisfies the requirement opencv-contrib-python==3.3.0.9 (from versions: 3.4.2.16, 3.4.2.17, 3.4.3.18, 3.4.4.19, 3.4.5.20, 3.4.6.27, 3.4.7.28, 3.4.8.29, 4.0.0.21, 4.0.1.23, 4.0.1.24, 4.
1.0.25, 4.1.1.26, 4.1.2.30)
No matching distribution found for opencv-contrib-python==3.3.0.9
我正在使用 Python 3.7、opencv 4.1.2.30 和 PyCharm。
【问题讨论】:
【参考方案1】:您能否安装更新版本的opencv-contrib-python
使用
pip install opencv-contrib-python
?
根据https://pypi.org/project/opencv-contrib-python/3.3.0.9/,该版本不支持Python 3.7,它还提供了指向latest version 的链接,其中提到了支持Python 3.7 和安装指南(即pip install opencv-contrib-python
)
【讨论】:
以上是关于安装 opencv-contrib-python 3.3.0.9 时出错的主要内容,如果未能解决你的问题,请参考以下文章
opencv在pycharm上没有函数提示?(需要安装opencv-contrib-python)
ImportError: libhdf5_serial.so.100: 在 ARM CPU (Stratodesk OS) 上安装 opencv-contrib-python 包