質問編集履歴
2
エラーのs詳細を記載しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,15 +26,25 @@
|
|
26
26
|
|
27
27
|
```text
|
28
28
|
|
29
|
+
/tmp/python-build.20200521153940.1603 ~
|
30
|
+
|
29
31
|
Downloading Python-3.7.6.tar.xz...
|
30
32
|
|
31
33
|
-> https://www.python.org/ftp/python/3.7.6/Python-3.7.6.tar.xz
|
32
34
|
|
33
|
-
erro
|
35
|
+
curl: (60) SSL certificate problem: unable to get local issuer certificate
|
36
|
+
|
37
|
+
More details here: https://curl.haxx.se/docs/sslcerts.html
|
34
38
|
|
35
39
|
|
36
40
|
|
41
|
+
curl failed to verify the legitimacy of the server and therefore could not
|
42
|
+
|
43
|
+
establish a secure connection to it. To learn more about this situation and
|
44
|
+
|
37
|
-
|
45
|
+
how to fix it, please visit the web page mentioned above.
|
46
|
+
|
47
|
+
error: failed to download Python-3.7.6.tar.xz
|
38
48
|
|
39
49
|
```
|
40
50
|
|
1
質問内容を変更しました。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ラズパイ pyenv
|
1
|
+
ラズパイ pyenv インストールエラー
|
test
CHANGED
@@ -14,28 +14,34 @@
|
|
14
14
|
|
15
15
|
デフォルトはPython2.7.16となっていますが、
|
16
16
|
|
17
|
-
用意にバージョンを切り替えるため、pyenvをインストールしました
|
17
|
+
用意にバージョンを切り替えるため、pyenvをインストールしましたが、
|
18
|
+
|
19
|
+
pyenvを使用してpythonのインストールができずにこまっています。
|
18
20
|
|
19
21
|
|
20
22
|
|
21
23
|
##教えてほしいこと
|
22
24
|
|
23
|
-
|
25
|
+
**~$ pyenv install x.x.x**を実行するとエラーが発生します。
|
24
26
|
|
25
|
-
|
27
|
+
```text
|
26
28
|
|
27
|
-
|
29
|
+
Downloading Python-3.7.6.tar.xz...
|
28
30
|
|
29
|
-
|
31
|
+
-> https://www.python.org/ftp/python/3.7.6/Python-3.7.6.tar.xz
|
30
32
|
|
31
|
-
|
33
|
+
error: failed to download Python-3.7.6.tar.xz
|
32
|
-
|
33
|
-
それとも、ほかにおすすめのバージョンがありましたら教えてください。
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
-
|
37
|
+
BUILD FAILED (Raspbian 10 using python-build 1.2.18-17-g2c32a6be)
|
38
38
|
|
39
|
-
|
39
|
+
```
|
40
40
|
|
41
|
+
**~https_proxy=http://proxy.xxx.co.jp:8080 pyenv install 3.7.6**としても同じエラーが発生します。
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
エラーの原因が分からず困っています。
|
46
|
+
|
41
|
-
|
47
|
+
教えていただけないでしょうか。
|