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
While trying to get graphviz (the C library) installed in a useful manner on lxplus8 (c.f. recast-hep/recast-atlas#82) I've found that trying to get a custom built and installed (e.g. from source) graphviz library to work with an install of pygraphviz from PyPI is quite difficult to get right.
However, what is surprisingly easy to get working is the Python library graphviz, which has wheels, appears to be very developed, and is basically good to go as long as
While trying to get
graphviz
(the C library) installed in a useful manner onlxplus8
(c.f. recast-hep/recast-atlas#82) I've found that trying to get a custom built and installed (e.g. from source)graphviz
library to work with an install ofpygraphviz
from PyPI is quite difficult to get right.Note:
pygraphviz
is required inyadage[viz]
because
adage[viz]
requires itadage/setup.py
Line 5 in 9ae49b3
However, what is surprisingly easy to get working is the Python library
graphviz
, which has wheels, appears to be very developed, and is basically good to go as long asIt is unclear if
networkx
and the Pythongraphviz
can work together, but if they can this seems to be a much better way to go thanpygraphviz
.The text was updated successfully, but these errors were encountered: