前提・実現したいこと
このURLを参考に実施しました。
https://www.tech-tech.xyz/python-cabocha-mac.html
Mecabはインストール&バインディング済みで、「CaboChaをPythonから利用する」から全く同じ手順で進めています。
以下を実行しました。
git clone https://github.com/taku910/cabocha.git
cd cabocha
pip install python/
実行環境は
MacOS Mojave Ver10.14.5
です
CaboChaをインストールし、ターミナルから起動することには成功しているのですが、Python3へのバインディングが上手くいかず、以下のようなエラーが発生してしまいます。
長時間解決できず、困っています...。
詳しい方がいましたら、解決策を教えていただけるとありがたいです。
発生している問題・エラーメッセージ
Building wheel for cabocha-python (setup.py) ... error ERROR: Complete output from command /Users/naokitakekawa/anaconda3/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/k1/6wd26qnd4p95tz0fjcf3m6g00000gn/T/pip-req-build-x3co7ade/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/k1/6wd26qnd4p95tz0fjcf3m6g00000gn/T/pip-wheel-3eu36t43 --python-tag cp36: ERROR: running bdist_wheel running build running build_py creating build creating build/lib.macosx-10.7-x86_64-3.6 copying CaboCha.py -> build/lib.macosx-10.7-x86_64-3.6 running build_ext building '_CaboCha' extension creating build/temp.macosx-10.7-x86_64-3.6 gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/naokitakekawa/anaconda3/include -arch x86_64 -I/Users/naokitakekawa/anaconda3/include -arch x86_64 -I/usr/local/Cellar/cabocha/0.69/include -I/Users/naokitakekawa/anaconda3/include/python3.6m -c CaboCha_wrap.cxx -o build/temp.macosx-10.7-x86_64-3.6/CaboCha_wrap.o warning: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found] CaboCha_wrap.cxx:2981:10: fatal error: 'stdexcept' file not found #include <stdexcept> ^~~~~~~~~~~ 1 warning and 1 error generated. error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for cabocha-python
試したこと
Xcodeをインストールしました
回答1件
あなたの回答
tips
プレビュー