jorgearango / llmapper

Use LLMs to draw concept maps from web pages.
Apache License 2.0
70 stars 9 forks source link

convert & magick commands not found #1

Open tsheiner opened 7 months ago

tsheiner commented 7 months ago

Hi Jorge!

Tried your script. It works to the point of creating the graph.png but then generates these errors:

Drawing diagram
./llmapper: line 53: convert: command not found
./llmapper: line 56: magick: command not found
./llmapper: line 59: convert: command not found
./llmapper: line 64: convert: command not found
The file /Users/tsheiner/work/llmapper/maps/output.png does not exist.

I don't know what convert and magick are, perhaps there is a dependency you forgot to list or you have something in your $PATH that I don't have?

jorgearango commented 7 months ago

Hi Tim, sorry about this — I forgot to include ImageMagick in the list of dependencies. I've updated the README file.