Created
July 15, 2016 07:00
-
-
Save wendyjap/9dd2e42eb95f52e060a91f8679b1dfbd to your computer and use it in GitHub Desktop.
pip install pygraphviz on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install --install-option="--include-path=/usr/local/Cellar/graphviz/2.38.0/include/graphviz" --install-option="--library-path=/usr/local/Cellar/graphviz/2.38.0/lib/graphviz" pygraphviz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This package is needed to run django
graph_models
from django-extensions.Also, you have to install graphviz by:
Then, if there's still error, make sure your
locale
variable is not blank. In my case, filling inLC_ALL
fixes the issue