質問編集履歴
1
エラー文の修正を行いました。 エラーの文が最初の質問と変わってしまいました。申し訳ございませんが、もう一度見ていただいてもいいでしょうか。
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,37 +6,31 @@
|
|
6
6
|
### 発生している問題・エラーメッセージ
|
7
7
|
|
8
8
|
```
|
9
|
-
$ pyenv install 3.8.
|
9
|
+
$ pyenv install 3.8.9
|
10
10
|
python-build: use openssl@1.1 from homebrew
|
11
11
|
python-build: use readline from homebrew
|
12
|
-
Downloading Python-3.8.
|
12
|
+
Downloading Python-3.8.9.tar.xz...
|
13
|
-
-> https://www.python.org/ftp/python/3.8.
|
13
|
+
-> https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tar.xz
|
14
|
-
Installing Python-3.8.
|
14
|
+
Installing Python-3.8.9...
|
15
15
|
python-build: use readline from homebrew
|
16
16
|
python-build: use zlib from xcode sdk
|
17
|
-
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
|
18
|
-
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
|
19
17
|
|
20
|
-
Please consult to the Wiki page to fix the problem.
|
21
|
-
https://github.com/pyenv/pyenv/wiki/Common-build-problems
|
22
|
-
|
23
|
-
|
24
18
|
BUILD FAILED (OS X 11.3.1 using python-build 20180424)
|
25
19
|
|
26
|
-
Inspect or clean up the working tree at /var/folders/
|
20
|
+
Inspect or clean up the working tree at /var/folders/sp/vtv46qmn5xg6czvkvp63hz5h0000gn/T/python-build.20210508170932.4540
|
27
|
-
Results logged to /var/folders/
|
21
|
+
Results logged to /var/folders/sp/vtv46qmn5xg6czvkvp63hz5h0000gn/T/python-build.20210508170932.4540.log
|
28
22
|
|
29
23
|
Last 10 log lines:
|
30
|
-
fi
|
31
|
-
|
24
|
+
checking size of _Bool... 1
|
32
|
-
Processing /private/var/folders/fr/scryrjn55dn8_nky87nt31q40000gn/T/tmp1ebkjqo4/setuptools-49.2.1-py3-none-any.whl
|
33
|
-
|
25
|
+
checking size of off_t... 8
|
34
|
-
|
26
|
+
checking whether to enable large file support... no
|
27
|
+
checking size of time_t... 8
|
28
|
+
checking for pthread_t... yes
|
35
|
-
|
29
|
+
checking size of pthread_t... 8
|
36
|
-
|
30
|
+
checking size of pthread_key_t... 8
|
37
|
-
WARNING: The scripts pip3 and pip3.8 are installed in '/Users/shusei/.pyenv/versions/3.8.7/bin' which is not on PATH.
|
38
|
-
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
39
|
-
|
31
|
+
checking whether pthread_key_t is compatible with int... no
|
32
|
+
configure: error: Unexpected output of 'arch' on OSX
|
33
|
+
make: *** No targets specified and no makefile found. Stop.
|
40
34
|
```
|
41
35
|
|
42
36
|
###補足情報
|