質問編集履歴
1
エラーを全体にして、pyenvのインストール方法を示しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,9 +12,23 @@
|
|
12
12
|
|
13
13
|
よろしくおねがいします。
|
14
14
|
|
15
|
+
pyenvはhomebrewを用いてインストールしています。
|
15
16
|
|
16
17
|
|
17
18
|
|
19
|
+
python-build: use openssl@1.1 from homebrew
|
20
|
+
|
21
|
+
python-build: use readline from homebrew
|
22
|
+
|
23
|
+
Downloading Python-3.7.4.tar.xz...
|
24
|
+
|
25
|
+
-> https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
|
26
|
+
|
27
|
+
Installing Python-3.7.4...
|
28
|
+
|
29
|
+
python-build: use readline from homebrew
|
30
|
+
|
31
|
+
python-build: use zlib from xcode sdk
|
18
32
|
|
19
33
|
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
|
20
34
|
|