質問編集履歴

1

エラー文の修正を行いました。 エラーの文が最初の質問と変わってしまいました。申し訳ございませんが、もう一度見ていただいてもいいでしょうか。

2021/05/08 08:16

投稿

Shusei_ito
Shusei_ito

スコア1

test CHANGED
File without changes
test CHANGED
@@ -14,33 +14,21 @@
14
14
 
15
15
  ```
16
16
 
17
- $ pyenv install 3.8.7
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.7.tar.xz...
23
+ Downloading Python-3.8.9.tar.xz...
24
24
 
25
- -> https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tar.xz
25
+ -> https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tar.xz
26
26
 
27
- Installing Python-3.8.7...
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/fr/scryrjn55dn8_nky87nt31q40000gn/T/python-build.20210508151711.56429
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/fr/scryrjn55dn8_nky87nt31q40000gn/T/python-build.20210508151711.56429.log
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
- fi
47
+ checking size of _Bool... 1
60
48
 
61
- Looking in links: /var/folders/fr/scryrjn55dn8_nky87nt31q40000gn/T/tmp1ebkjqo4
49
+ checking size of off_t... 8
62
50
 
63
- Processing /private/var/folders/fr/scryrjn55dn8_nky87nt31q40000gn/T/tmp1ebkjqo4/setuptools-49.2.1-py3-none-any.whl
51
+ checking whether to enable large file support... no
64
52
 
65
- Processing /private/var/folders/fr/scryrjn55dn8_nky87nt31q40000gn/T/tmp1ebkjqo4/pip-20.2.3-py2.py3-none-any.whl
53
+ checking size of time_t... 8
66
54
 
67
- Installing collected packages: setuptools, pip
55
+ checking for pthread_t... yes
68
56
 
69
- WARNING: The script easy_install-3.8 is installed in '/Users/shusei/.pyenv/versions/3.8.7/bin' which is not on PATH.
57
+ checking size of pthread_t... 8
70
58
 
71
- Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
59
+ checking size of pthread_key_t... 8
72
60
 
73
- WARNING: The scripts pip3 and pip3.8 are installed in '/Users/shusei/.pyenv/versions/3.8.7/bin' which is not on PATH.
61
+ checking whether pthread_key_t is compatible with int... no
74
62
 
75
- Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
63
+ configure: error: Unexpected output of 'arch' on OSX
76
64
 
77
- Successfully installed pip-20.2.3 setuptools-49.2.1
65
+ make: *** No targets specified and no makefile found. Stop.
78
66
 
79
67
  ```
80
68