Hi, I get the following error when I try to use the option -dep-graph, thought I have installed all necessary packages following the doc
> eb foss-2016a.eb -r --dep-graph ~/foss-2016a.eb.png == temporary log file in case of crash /tmp/eb-1nclYZ/easybuild-O4tEAl.log == resolving dependencies ... Error: renderer for .png is unavailable Wrote dependency graph for 24 easyconfigs to /home/nanava/foss-2016a.eb.png It says that *.png has been created, but in fact it is not. However if I create *.dot first, then converting to pdf|png works > eb foss-2016a.eb -r --dep-graph ~/foss-2016a.eb.dot == temporary log file in case of crash /tmp/eb-eDeX_3/easybuild-o6SPIj.log == resolving dependencies ... Wrote dependency graph for 24 easyconfigs to /home/nanava/foss-2016a.eb.dot > dot -Tpng ~/foss-2016a.eb.dot -o ~/foss-2016a.eb.png Is this a known issue ? Thank you. Best , Gizo

