By mistake:
extconf.rb:171:in ``': No such file or directory - convert -version
(Errno::ENOENT)
it looks like you do not have Imagemagick installed (or equivalent). The main application in the Imagemagick suite is binary convert. If you are sure that you have it, you should check that it is available at PATH.
source
share