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
This is an unfortunate issue with python packaging -- there isn't a simple way to instruct a package to be installed if possible but continue if it fails. As you seem to have noted, removing pygraphviz from the setup.py requirements will allow you to install fine without pygraphviz/graphviz and I'm pretty sure everything will also run okay without them though the graphs describing complex events won't be visualized.
I'll update the readme to indicate that graphviz needs to be installed for pygraphviz to work.
For what it's worth, I think there should be an rpm of graphviz for your version of centos that would work. Haven't tried it myself, though.
Hi,
I am trying to install without graphviz as it will not compile on my centos6.9 box, but get a failure on pygraphviz. So not really 'optional'??
Thanks,
The text was updated successfully, but these errors were encountered: