I have installed pygraphviz using easy_install But when i launch python i have an error:
>>>import pygraphviz as pgv Traceback (most recent call las
Under Ubuntu 15.10+ (ie 2015ish Debian), the quick and easy solution is:
sudo apt-get install python-pygraphviz
Any dependencies are properly pulled by apt.