May 2018
Beginner to intermediate
282 pages
7h 58m
English
If you find the installation of PyGraphviz challenging, then don't worry, you are not alone. Recently, I faced numerous issues while installing on Ubuntu, ranging from Python 3 incompatibility to incomplete documentation. To save your time, I have listed the steps that worked for me to reach a working setup:
$ sudo apt-get install python-dev graphviz libgraphviz-dev pkg-config
$ pip install git+http://github.com/pygraphviz/pygraphviz.git#egg=pygraphviz
Read now
Unlock full access