質問編集履歴
3
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,5 +7,10 @@
|
|
7
7
|
|
8
8
|
Collecting package metadata (current_repodata.json): done
|
9
9
|
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
10
|
+
Collecting package metadata (repodata.json): done
|
10
11
|
```
|
12
|
+
|
11
|
-
PCはMac OSです.初心者ですがよろしくお願いします.
|
13
|
+
PCはMac OSです.初心者ですがよろしくお願いします.
|
14
|
+
別の問題で一度アンインストールしたので,もう一度試しているのですが,同じようなエラーが出ています.
|
15
|
+
|
16
|
+
このように一つ一つインストールしているようですが全てfailed with、、、と書かれたエラーが出ます.
|
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,25 +1,11 @@
|
|
1
|
-
pythonの環境をインストールするためにまずanacondaをインストールしました.そのあとpython graphvizをインストールするために```
|
1
|
+
pythonの環境をインストールするためにまずanacondaをインストールしました.そのあとpython graphvizをインストールするために```ここに言語を入力
|
2
|
+
```python
|
2
3
|
conda install -c conda-forge python-graphviz
|
3
4
|
```
|
4
|
-
|
5
|
+
のようなエラーが出ます.一度update -all というコマンドを入れてみたのですが,以下のようなエラーが出てインストールができません.
|
6
|
+
```
|
5
7
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
Collecting package metadata (current_repodata.json): failed
|
13
|
-
|
14
|
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/osx-64/current_repodata.json>
|
15
|
-
Elapsed: -
|
16
|
-
|
17
|
-
An HTTP error occurred when trying to retrieve this URL.
|
18
|
-
HTTP errors are often intermittent, and a simple retry will get you on your way.
|
19
|
-
'https://conda.anaconda.org/conda-forge/osx-64'
|
20
|
-
|
21
|
-
|
22
|
-
やはり一度うまくいったように感じていたのですが,failedと出てインストールできていないです.
|
23
8
|
Collecting package metadata (current_repodata.json): done
|
24
9
|
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
10
|
+
```
|
25
|
-
|
11
|
+
PCはMac OSです.初心者ですがよろしくお願いします.
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,4 +16,10 @@
|
|
16
16
|
|
17
17
|
An HTTP error occurred when trying to retrieve this URL.
|
18
18
|
HTTP errors are often intermittent, and a simple retry will get you on your way.
|
19
|
-
'https://conda.anaconda.org/conda-forge/osx-64'
|
19
|
+
'https://conda.anaconda.org/conda-forge/osx-64'
|
20
|
+
|
21
|
+
|
22
|
+
やはり一度うまくいったように感じていたのですが,failedと出てインストールできていないです.
|
23
|
+
Collecting package metadata (current_repodata.json): done
|
24
|
+
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
|
25
|
+
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
|