| 1 | initial version |
When you write sudo -H pip install pygraphviz you try to install pygraphviz on your system, not within Sage witrual environment.
Could you try with sage -pip install pygraphviz and tell us what happens ?
| 2 | No.2 Revision |
When you write sudo -H pip install pygraphviz you try to install pygraphviz on your system, not within Sage witrual environment.
Could To install pygraphviz on your Sage installation, you try with should:
graphviz-dev package in your systemsage -pip install pygraphviz | 3 | No.3 Revision |
When you write sudo -H pip install pygraphviz you try to install pygraphviz on your system, not within Sage witrual vitrual environment.
To install pygraphviz on your Sage installation, you should:
graphviz-dev package in your systemsage -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.