You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command pip install -r requirements.txt, it fails with the following errors:
pygraphviz/graphviz_wrap.c:2711:10: fatal error: graphviz/cgraph.h: No such file or directory
2711 | #include "graphviz/cgraph.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pygraphviz
I managed to install pygraphviz using anaconda, but as is I can not install from the repo
The text was updated successfully, but these errors were encountered:
When running the command
pip install -r requirements.txt
, it fails with the following errors:I managed to install pygraphviz using anaconda, but as is I can not install from the repo
The text was updated successfully, but these errors were encountered: