質問編集履歴
2
anaconda navigatorからのインストールの画像を追加しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,8 @@
|
|
13
13
|
```$ conda install --all
|
14
14
|
```
|
15
15
|
too few arguments, must supply command line package specs or --file
|
16
|
-
```
|
16
|
+
```anaconda navigatorからのインストールの画像
|
17
|
+

|
17
18
|
|
18
19
|
### 試したこと
|
19
20
|
|
1
使用したcondaコマンドのエラーメッセージを追加しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,13 +6,15 @@
|
|
6
6
|
何卒宜しくお願い致します。
|
7
7
|
|
8
8
|
### 発生している問題・エラーメッセージ
|
9
|
-
|
9
|
+
$ conda update conda
|
10
10
|
```
|
11
11
|
'requests' is a dependency of conda and cannot be removed from
|
12
12
|
conda's operating environment.
|
13
|
+
```$ conda install --all
|
13
14
|
```
|
15
|
+
too few arguments, must supply command line package specs or --file
|
16
|
+
```
|
14
17
|
|
15
|
-
|
16
18
|
### 試したこと
|
17
19
|
|
18
20
|
google検索で出てきた対処法を試しました。内容は下記です。
|