##やろうとしていること
Raspberry Pi4
Raspbian Busterの環境で、Python3系での開発を試みています。
Raspbian Busterは、Python2系とPython3系の両方がインストールされています。
Python2.7.16
Python3.7.3
デフォルトはPython2.7.16となっていますが、
用意にバージョンを切り替えるため、pyenvをインストールしましたが、
pyenvを使用してpythonのインストールができずにこまっています。
##教えてほしいこと
~$ pyenv install x.x.xを実行するとエラーが発生します。
text
1/tmp/python-build.20200521153940.1603 ~ 2Downloading Python-3.7.6.tar.xz... 3-> https://www.python.org/ftp/python/3.7.6/Python-3.7.6.tar.xz 4curl: (60) SSL certificate problem: unable to get local issuer certificate 5More details here: https://curl.haxx.se/docs/sslcerts.html 6 7curl failed to verify the legitimacy of the server and therefore could not 8establish a secure connection to it. To learn more about this situation and 9how to fix it, please visit the web page mentioned above. 10error: failed to download Python-3.7.6.tar.xz
~https_proxy=http://proxy.xxx.co.jp:8080 pyenv install 3.7.6としても同じエラーが発生します。
エラーの原因が分からず困っています。
教えていただけないでしょうか。
回答1件
あなたの回答
tips
プレビュー