colcon / colcon-graphviz-anim

Extension for colcon to create an animation of the progress
http://colcon.readthedocs.io
Apache License 2.0
1 stars 1 forks source link

Package should describe `imagemagick` mogrify as a dependency #3

Open acarrillo opened 2 years ago

acarrillo commented 2 years ago

Hello!

I kind of stumbled onto this plugin while exploring the colcon docs. I like it! Small suggestion: can the README.md indicate imagemagick as a dependency? My first run attempt (setting COLCON_ANIMATION_PROGRESS=1 and installing the python distribution from cloned source) I got a "no such file or directory" error while the plugin was trying to execute the mogrify command!

cottsay commented 3 days ago

Unfortunately, ImageMagick is not available for pip to install and therefore can't be declared as a Python dependency.

I found that graphviz-gd is also needed and can't be expressed as a Python dependency.