質問編集履歴
1
説明の補足
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,6 +2,16 @@
|
|
2
2
|
|
3
3
|
OpenCVとNumpyの対応表のような物を探してみたのですがなくて,困っています.
|
4
4
|
|
5
|
-
|
5
|
+
opencvの最新バージョンを入れていたのですが,tensorflow2.3.0をインストールした際にnumpy==1.18.5も一緒にインストールされました,その時に以下のようなエラーが出ました.
|
6
6
|
|
7
|
+
```error
|
8
|
+
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
|
9
|
+
opencv-python 4.5.1.48 requires numpy>=1.19.3, but you have numpy 1.18.5 which is incompatible.
|
10
|
+
```
|
11
|
+
|
12
|
+
最新バージョンのopenCVでは,1.19.3以上のnumpyしかダメらしく1.18.5に合うバージョンを探していました.
|
13
|
+
pip3のバージョンは21.0.1でした
|
14
|
+
|
15
|
+
Numpyのバージョンは1.18.5でこのバージョンにあったOpenCVをインストールしたいです.
|
16
|
+
|
7
17
|
どなたか,このnumpyのバージョンにあったOpenCVのバージョンまたは,対応表などを知っていれば,ご教授お願いします.
|