0

opencv-contrib-python 3.3.0.9command を使用してインストールしようとしていpython -m pip install 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 を使用しています。

4

1 に答える 1

1

opencv-contrib-pythonを使用して の新しいバージョンをインストールできます
pip install opencv-contrib-pythonか?

https://pypi.org/project/opencv-contrib-python/3.3.0.9/によると、そのバージョンは Python 3.7 をサポートしておらず、Python 3.7 のサポートとインストール ガイド (つまり、pip install opencv-contrib-python)

于 2020-02-01T19:21:12.093 に答える