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