環境
Mac OS X 10.15.4
Python 3.7
pip 20.0.2
問題
mojimojiのインストール中に以下のエラーが出て色々試したのですが、うまく行かなかったのでメモ。(1) ソースからsetup.pyを使う方法が載っていたのですが、上の環境下ではうまくいきませんでした。結局gccではなくclangでインストールすればうまくいきました。
エラー
(エラー省略)
#include_next <limits.h> /* recurse down to the real one */
compilation terminated.
error: command 'g++' failed with exit status 1
解決
CC=clang pip install mojimoji
参照URL