| 1 | initial version |
The reason why this does not work is that Sage uses its own virtual environment, and does no uses system-wide python packages. Here is how to do, from the command line:
Install graphviz on your system:
apt install graphviz
Then install pygraphviz with Sage environment:
sage -pip install pygraphviz
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.