質問編集履歴
2
試したことの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -55,3 +55,21 @@
|
|
55
55
|
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
|
56
56
|
|
57
57
|
```
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
============================
|
62
|
+
|
63
|
+
追記
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
この[サイト](https://qiita.com/NierR/items/6829c0354df81b4305f3)を参考に
|
68
|
+
|
69
|
+
```shell
|
70
|
+
|
71
|
+
CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install 3.8.6
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
を試しましたが、結果は変わりませんでした。
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
```shell
|
8
8
|
|
9
|
-
zipimport.ZipImportError: can't decompr
|
9
|
+
zipimport.ZipImportError: can't decompress data; zlib not available
|
10
10
|
|
11
11
|
|
12
12
|
|