teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

追記しました。

2021/07/27 14:39

投稿

_ikik
_ikik

スコア3

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
+ ```