質問編集履歴

1

説明の補足

2021/02/18 01:37

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,27 @@
6
6
 
7
7
 
8
8
 
9
+ opencvの最新バージョンを入れていたのですが,tensorflow2.3.0をインストールした際にnumpy==1.18.5も一緒にインストールされました,その時に以下のようなエラーが出ました.
10
+
11
+
12
+
13
+ ```error
14
+
15
+ 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.
16
+
17
+ opencv-python 4.5.1.48 requires numpy>=1.19.3, but you have numpy 1.18.5 which is incompatible.
18
+
19
+ ```
20
+
21
+
22
+
23
+ 最新バージョンのopenCVでは,1.19.3以上のnumpyしかダメらしく1.18.5に合うバージョンを探していました.
24
+
25
+ pip3のバージョンは21.0.1でした
26
+
27
+
28
+
9
- ちなみに,Numpyのバージョンは1.18.5でこのバージョンにあったOpenCVをインストールしたいです.
29
+ Numpyのバージョンは1.18.5でこのバージョンにあったOpenCVをインストールしたいです.
10
30
 
11
31
 
12
32