質問編集履歴

2

エラー内容を追加しました!

2019/01/24 11:12

投稿

James1201
James1201

スコア15

test CHANGED
File without changes
test CHANGED
@@ -82,50 +82,26 @@
82
82
 
83
83
  ------------------------------------
84
84
 
85
- 追記
85
+ 追記2
86
86
 
87
- すみません、、、他にいつく手立てが無かったのでご提案いただいた
87
+ 原因とわれるエラー内容
88
88
 
89
89
  ```
90
90
 
91
- conda install gcc
91
+ LaboSanonoMacBook:cabocha-master labosano$ pip install python/
92
+
93
+ Processing ./python
94
+
95
+ Building wheels for collected packages: cabocha-python
96
+
97
+ Building wheel for cabocha-python (setup.py) ... error
98
+
99
+ Complete output from command /Users/labosano/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/8r/hzsz1dsx5wzbf9g0v381g2gr0000gn/T/pip-req-build-wak99qm4/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /private/var/folders/8r/hzsz1dsx5wzbf9g0v381g2gr0000gn/T/pip-wheel-ax2uozw8 --python-tag cp36:
92
100
 
93
101
  ```
94
102
 
95
- を試してしまい、
103
+ ```
96
104
 
97
- 今度はCRF++-0.58の./configureで下記のようなエラーを吐く様になってしまいました...。
105
+ error: command 'x86_64-apple-darwin13.4.0-clang' failed with exit status 1
98
106
 
99
107
  ```
100
-
101
- LaboSanonoMacBook:CRF++-0.58 labosano$ ./configure
102
-
103
- checking for a BSD-compatible install... /usr/local/bin/ginstall -c
104
-
105
- checking whether build environment is sane... yes
106
-
107
- checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
108
-
109
- checking for gawk... gawk
110
-
111
- checking whether make sets $(MAKE)... yes
112
-
113
- checking for gcc... gcc
114
-
115
- checking whether the C compiler works... yes
116
-
117
- checking for C compiler default output file name... a.out
118
-
119
- checking for suffix of executables...
120
-
121
- checking whether we are cross compiling... configure: error: in `/Users/labosano/CRF++-0.58':
122
-
123
- configure: error: cannot run C compiled programs.
124
-
125
- If you meant to cross compile, use `--host'.
126
-
127
- See `config.log' for more details
128
-
129
-
130
-
131
- ```

1

提案策を試してみました

2019/01/24 11:12

投稿

James1201
James1201

スコア15

test CHANGED
File without changes
test CHANGED
@@ -77,3 +77,55 @@
77
77
 
78
78
 
79
79
  環境:macOS,python3
80
+
81
+
82
+
83
+ ------------------------------------
84
+
85
+ 追記
86
+
87
+ すみません、、、他に思いつく手立てが無かったのでご提案いただいた
88
+
89
+ ```
90
+
91
+ conda install gcc
92
+
93
+ ```
94
+
95
+ を試してしまい、
96
+
97
+ 今度はCRF++-0.58の./configureで下記のようなエラーを吐く様になってしまいました...。
98
+
99
+ ```
100
+
101
+ LaboSanonoMacBook:CRF++-0.58 labosano$ ./configure
102
+
103
+ checking for a BSD-compatible install... /usr/local/bin/ginstall -c
104
+
105
+ checking whether build environment is sane... yes
106
+
107
+ checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
108
+
109
+ checking for gawk... gawk
110
+
111
+ checking whether make sets $(MAKE)... yes
112
+
113
+ checking for gcc... gcc
114
+
115
+ checking whether the C compiler works... yes
116
+
117
+ checking for C compiler default output file name... a.out
118
+
119
+ checking for suffix of executables...
120
+
121
+ checking whether we are cross compiling... configure: error: in `/Users/labosano/CRF++-0.58':
122
+
123
+ configure: error: cannot run C compiled programs.
124
+
125
+ If you meant to cross compile, use `--host'.
126
+
127
+ See `config.log' for more details
128
+
129
+
130
+
131
+ ```