質問編集履歴

2

書式の改善

2020/03/28 16:07

投稿

begginner_py
begginner_py

スコア4

test CHANGED
File without changes
test CHANGED
@@ -11,28 +11,6 @@
11
11
 
12
12
 
13
13
  ```
14
-
15
- CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
16
-
17
- Elapsed: -
18
-
19
-
20
-
21
- ```
22
-
23
-
24
-
25
- ### 該当のソースコード
26
-
27
-
28
-
29
- ```ここに言語名を入力
30
-
31
- conda install pygame
32
-
33
- Collecting package metadata (current_repodata.json): failed
34
-
35
-
36
14
 
37
15
  CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
38
16
 
@@ -55,3 +33,15 @@
55
33
  'https://repo.anaconda.com/pkgs/main/win-64'
56
34
 
57
35
  ```
36
+
37
+
38
+
39
+ ### 該当のソースコード
40
+
41
+
42
+
43
+ ```ここに言語名を入力
44
+
45
+ conda install pygame
46
+
47
+ ```

1

書式の改善

2020/03/28 16:07

投稿

begginner_py
begginner_py

スコア4

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
  condaを使ってpygameやpylintをインストールしようとしても以下に示すエラーがでてできません。どうすればよいでしょうか?
4
4
 
5
5
  osはwindows10でpower shellから実行しようとしています。
6
+
7
+ pythonはpython 3.8.2です。
6
8
 
7
9
  ### 発生している問題・エラーメッセージ
8
10
 
@@ -10,9 +12,23 @@
10
12
 
11
13
  ```
12
14
 
13
- エラーメッセージ
15
+ CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
14
16
 
17
+ Elapsed: -
18
+
19
+
20
+
21
+ ```
22
+
23
+
24
+
25
+ ### 該当のソースコード
26
+
27
+
28
+
29
+ ```ここに言語名を入力
30
+
15
- ```conda install pygame
31
+ conda install pygame
16
32
 
17
33
  Collecting package metadata (current_repodata.json): failed
18
34
 
@@ -38,30 +54,4 @@
38
54
 
39
55
  'https://repo.anaconda.com/pkgs/main/win-64'
40
56
 
41
-
42
-
43
- ### 該当のソースコード
44
-
45
-
46
-
47
- ```ここに言語名を入力
48
-
49
- ソースコード
50
-
51
57
  ```
52
-
53
-
54
-
55
- ### 試したこと
56
-
57
-
58
-
59
- ここに問題に対して試したことを記載してください。
60
-
61
-
62
-
63
- ### 補足情報(FW/ツールのバージョンなど)
64
-
65
-
66
-
67
- ここにより詳細な情報を記載してください。