質問編集履歴
1
追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -49,3 +49,25 @@
|
|
49
49
|
|
50
50
|
|
51
51
|
### 試したこと
|
52
|
+
|
53
|
+
conda install -c conda-forge opencvでインストールを試みましたが、できませんでした。
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
```
|
58
|
+
|
59
|
+
conda install -c conda-forge opencv
|
60
|
+
|
61
|
+
Collecting package metadata (current_repodata.json): done
|
62
|
+
|
63
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
64
|
+
|
65
|
+
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
|
66
|
+
|
67
|
+
Collecting package metadata (repodata.json): done
|
68
|
+
|
69
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
```
|