質問編集履歴
1
エラー文の修正を行いました。 エラーの文が最初の質問と変わってしまいました。申し訳ございませんが、もう一度見ていただいてもいいでしょうか。
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,33 +14,21 @@
|
|
14
14
|
|
15
15
|
```
|
16
16
|
|
17
|
-
$ pyenv install 3.8.
|
17
|
+
$ pyenv install 3.8.9
|
18
18
|
|
19
19
|
python-build: use openssl@1.1 from homebrew
|
20
20
|
|
21
21
|
python-build: use readline from homebrew
|
22
22
|
|
23
|
-
Downloading Python-3.8.
|
23
|
+
Downloading Python-3.8.9.tar.xz...
|
24
24
|
|
25
|
-
-> https://www.python.org/ftp/python/3.8.
|
25
|
+
-> https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tar.xz
|
26
26
|
|
27
|
-
Installing Python-3.8.
|
27
|
+
Installing Python-3.8.9...
|
28
28
|
|
29
29
|
python-build: use readline from homebrew
|
30
30
|
|
31
31
|
python-build: use zlib from xcode sdk
|
32
|
-
|
33
|
-
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
|
34
|
-
|
35
|
-
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
Please consult to the Wiki page to fix the problem.
|
40
|
-
|
41
|
-
https://github.com/pyenv/pyenv/wiki/Common-build-problems
|
42
|
-
|
43
|
-
|
44
32
|
|
45
33
|
|
46
34
|
|
@@ -48,33 +36,33 @@
|
|
48
36
|
|
49
37
|
|
50
38
|
|
51
|
-
Inspect or clean up the working tree at /var/folders/
|
39
|
+
Inspect or clean up the working tree at /var/folders/sp/vtv46qmn5xg6czvkvp63hz5h0000gn/T/python-build.20210508170932.4540
|
52
40
|
|
53
|
-
Results logged to /var/folders/
|
41
|
+
Results logged to /var/folders/sp/vtv46qmn5xg6czvkvp63hz5h0000gn/T/python-build.20210508170932.4540.log
|
54
42
|
|
55
43
|
|
56
44
|
|
57
45
|
Last 10 log lines:
|
58
46
|
|
59
|
-
|
47
|
+
checking size of _Bool... 1
|
60
48
|
|
61
|
-
|
49
|
+
checking size of off_t... 8
|
62
50
|
|
63
|
-
|
51
|
+
checking whether to enable large file support... no
|
64
52
|
|
65
|
-
|
53
|
+
checking size of time_t... 8
|
66
54
|
|
67
|
-
|
55
|
+
checking for pthread_t... yes
|
68
56
|
|
69
|
-
|
57
|
+
checking size of pthread_t... 8
|
70
58
|
|
71
|
-
|
59
|
+
checking size of pthread_key_t... 8
|
72
60
|
|
73
|
-
|
61
|
+
checking whether pthread_key_t is compatible with int... no
|
74
62
|
|
75
|
-
|
63
|
+
configure: error: Unexpected output of 'arch' on OSX
|
76
64
|
|
77
|
-
|
65
|
+
make: *** No targets specified and no makefile found. Stop.
|
78
66
|
|
79
67
|
```
|
80
68
|
|