前提・実現したいこと
Anaconda上でpython-graphvizとpydotplusをインストールしたいです。
最終的には、jupyter notebookでpydotplusをimportできる状態にしたいです。
現状、brewでgraphvizのインストールは完了しており、pip install graphviz
も実行して、動作確認はできています。
しかし、Anaconda上で、not-installedの項目の中から、python-graphvizとpydotplusを調べても出てこないために、applyできてない状況です。
一度ターミナルで、pip install pygraphviz pydotplus
を実行しましたが、下記のエラーが表示されました。
発生している問題・エラーメッセージ
関係ありそうな部分のみ抜粋しました。
Your Graphviz installation could not be found. 1) You don't have Graphviz installed: Install Graphviz (http://graphviz.org) 2) Your Graphviz package might incomplete. Install the binary development subpackage (e.g. libgraphviz-dev or similar.) 3) You are using Windows There are no PyGraphviz binary packages for Windows but you might be able to build it from this source. See http://networkx.lanl.gov/pygraphviz/reference/faq.html If you think your installation is correct you will need to manually provide path to graphviz include and library. For example: pip install pygraphviz --install-option="--include-path=/usr/include/graphviz" --install-option="--library-path=/usr/lib/graphviz/" The current setting of library_dirs and include_dirs is: library_dirs=None include_dirs=None error: Error locating graphviz. ---------------------------------------- ERROR: Failed building wheel for pygraphviz Running setup.py clean for pygraphviz Failed to build pygraphviz Installing collected packages: pygraphviz, pydotplus Running setup.py install for pygraphviz ... error
試したこと
pygraphvizのインストールでエラーの記事は見つけたのですが、setup.pyの開き方がわかりませんでした。
補足情報(FW/ツールのバージョンなど)
MAC
Catalina 10.15.3
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。