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
z/graphviz_wrap.c -o build/temp.linux-x86_64-cpython-310/pygraphviz/graphviz_wrap.o
pygraphviz/graphviz_wrap.c:3020:10: fatal error: graphviz/cgraph.h: No such file or directory
3020 | #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
Failed to build pygraphviz
Install this: sudo apt-get install python3-dev graphviz libgraphviz-dev pkg-config and then pip install pygraphviz in your environment source
The text was updated successfully, but these errors were encountered:
Install this:
sudo apt-get install python3-dev graphviz libgraphviz-dev pkg-config
and thenpip install pygraphviz
in your environmentsource
The text was updated successfully, but these errors were encountered: