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

質問編集履歴

3

修正

2021/04/28 15:37

投稿

kaeruuuun
kaeruuuun

スコア19

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

修正

2021/04/28 15:36

投稿

kaeruuuun
kaeruuuun

スコア19

title CHANGED
File without changes
body CHANGED
@@ -1,25 +1,11 @@
1
- pythonの環境をインストールするためにまずanacondaをインストールしました.そのあとpython graphvizをインストールするために```python
1
+ pythonの環境をインストールするためにまずanacondaをインストールしました.そのあとpython graphvizをインストールするために```ここに言語を入力
2
+ ```python
2
3
  conda install -c conda-forge python-graphviz
3
4
  ```
4
- をタミナルで打ち込んだのですが,以下のようなエラーが出ます.これはインストールできていないという状況でしょうか.PCはMac OSです.初心者ですがよろしくお願いし.
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
- Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
11
+ PCはMac OSです.初心者ですがよろしくお願いします.

1

修正

2021/04/27 09:23

投稿

kaeruuuun
kaeruuuun

スコア19

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.