iiasa / message-ix-models

Tools for the MESSAGEix-GLOBIOM family of models
https://docs.messageix.org/models
Apache License 2.0
17 stars 33 forks source link

Handle missing Graphviz in .workflow.make_click_command() #140

Open khaeru opened 9 months ago

khaeru commented 9 months ago

This line: https://github.com/iiasa/message-ix-models/blob/5afc9330c334dfbfa3c4fa2cea9b0061cc93f074/message_ix_models/workflow.py#L366-L370

…will error if the user has not installed Graphviz. (Note that the Python graphviz package is installed as a dependency, but the user must separately install Graphviz.)

We can:

Noted today with @th-hara