質問編集履歴
1
エラーを全体にして、pyenvのインストール方法を示しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,8 +5,15 @@
|
|
5
5
|
使用しているOSはMacOSです。
|
6
6
|
brew install readline xzを試みても変化がありませんでした。
|
7
7
|
よろしくおねがいします。
|
8
|
+
pyenvはhomebrewを用いてインストールしています。
|
8
9
|
|
9
|
-
|
10
|
+
python-build: use openssl@1.1 from homebrew
|
11
|
+
python-build: use readline from homebrew
|
12
|
+
Downloading Python-3.7.4.tar.xz...
|
13
|
+
-> https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
|
14
|
+
Installing Python-3.7.4...
|
15
|
+
python-build: use readline from homebrew
|
16
|
+
python-build: use zlib from xcode sdk
|
10
17
|
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
|
11
18
|
|
12
19
|
Please consult to the Wiki page to fix the problem.
|