pipenv + pyenvで環境管理してる方に向けて
エラーコードの最後を見てわかるように
ImportError: This function requires the python the python library graphviz, along
with binaries. The easiest way to install all of this is by running
conda install -c conda-force python-graphviz
とありますが,まずはTerminal上で
$ brew install graphviz
続いて使用している仮想環境内で
$ pipenv install graphviz
これで
$ conda install -c conda-force python-graphviz
をせずに対処することができました.