Cant install pygraphviz

Hello,

pygraphviz library depends on the graphviz binary, please execute the following commands to install the missing dependency:

!sudo apt update
!sudo apt install graphviz-dev -y

I was able to successfully build pygraphviz afterwards.

1 Like