質問編集履歴
1
追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,4 +23,15 @@
|
|
23
23
|
```
|
24
24
|
|
25
25
|
|
26
|
-
### 試したこと
|
26
|
+
### 試したこと
|
27
|
+
conda install -c conda-forge opencvでインストールを試みましたが、できませんでした。
|
28
|
+
|
29
|
+
```
|
30
|
+
conda install -c conda-forge opencv
|
31
|
+
Collecting package metadata (current_repodata.json): done
|
32
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
33
|
+
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
|
34
|
+
Collecting package metadata (repodata.json): done
|
35
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
36
|
+
|
37
|
+
```
|