質問編集履歴

1

修正依頼を受け、エラー内容の更新

2022/09/04 09:04

投稿

Yumh
Yumh

スコア12

test CHANGED
@@ -1 +1 @@
1
- brewでインストールしたパッケジをアンインストールしたい
1
+ condaでopencvのインストール時にエラ
test CHANGED
@@ -6,24 +6,26 @@
6
6
  ```
7
7
 
8
8
  ### 実現したいこと
9
- ・brewでインストールしたOpencvを消したい
10
9
  ・condaでOpencvをインストールしたい
11
10
 
12
11
  ### 発生している問題・エラーメッセージ
13
- ・一度brew install opencvをしており、下記が入っています。
12
+ 下記のエラーます。
14
- (Anaconda環境なので、はじめからconda install を使うべきでした。)
15
13
  ```
16
- $ brew search opencv
14
+ $ conda install opencv
17
- ==> Formulae
15
+ Collecting package metadata (current_repodata.json): done
16
+ Solving environment: failed with initial frozen solve. Retrying with flexible solve.
18
- opencv opencv@2 opencv@3 openvi opensc opencc opencsg opencbm openj9
17
+ Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
18
+ Collecting package metadata (repodata.json): done
19
+ Solving environment: \ failed with initial frozen solve. Retrying with flexible solve.
19
20
  ```
20
21
 
21
- ・これらをアンインストールしたいのですが、下記のエラーが出ます。
22
+ ### 試したこと
22
23
  ```
24
+ conda update conda
23
- $ brew uninstall opencv
25
+ conda install anaconda
24
- Error: No such keg: /home/<ユーザ名>/.linuxbrew/Cellar/opencv
26
+ conda update --all
25
27
  ```
26
- opencv@2 などを指定ても同様
28
+ →正常終了したものの、上記conda install 時のエラーメッセージは改善ませんした
27
29
 
28
30
  ### 依頼事項
29
31
  ・他に対処法があれば、ご教示いただけますでしょうか。