質問編集履歴

2

エラーのs詳細を記載しました。

2020/05/21 07:01

投稿

raspypy
raspypy

スコア247

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
- error: failed to download Python-3.7.6.tar.xz
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
- BUILD FAILED (Raspbian 10 using python-build 1.2.18-17-g2c32a6be)
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

質問内容を変更しました。

2020/05/21 07:01

投稿

raspypy
raspypy

スコア247

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
- 0. おすすめのPython version
25
+ **~$ pyenv install x.x.x**を実行するとエラーが発生します。
24
26
 
25
- pyenvでインストール可能なPythonのバージョンを表示させると、
27
+ ```text
26
28
 
27
- いろんなバージョンがありました。
29
+ Downloading Python-3.7.6.tar.xz...
28
30
 
29
- Raspberry Piのsystemには、Python3.7.3がインストールされているのですが、
31
+ -> https://www.python.org/ftp/python/3.7.6/Python-3.7.6.tar.xz
30
32
 
31
- Python3系をpyenvでインストールする場合は、最新のPython3.8.3をインストールすべきでしょうか。
33
+ error: failed to download Python-3.7.6.tar.xz
32
-
33
- それとも、ほかにおすすめのバージョンがありましたら教えてください。
34
34
 
35
35
 
36
36
 
37
- 0. Raspberry Piと同じバージョンをインストール
37
+ BUILD FAILED (Raspbian 10 using python-build 1.2.18-17-g2c32a6be)
38
38
 
39
- pyenvで、Raspberry PiにインストールされているPython3.7.3をインストールすることは可能でしょうか。
39
+ ```
40
40
 
41
+ **~https_proxy=http://proxy.xxx.co.jp:8080 pyenv install 3.7.6**としても同じエラーが発生します。
42
+
43
+
44
+
45
+ エラーの原因が分からず困っています。
46
+
41
- 何か問題ありますでしょうか。
47
+ 教えていただけないでしょうか。