ImageMagick: Error while running convert: convert: unable to read font

前端 未结 2 970
旧时难觅i
旧时难觅i 2020-12-13 01:22

I\'m on Mountain Lion and installed ImageMagick using Homebrew (minimagick is also in my Gemfile but I don\'t think that\'s relevant). SimpleCaptcha uses it in a Rails app t

相关标签:
2条回答
  • 2020-12-13 02:02

    if you are using Ubuntu or in a docker with Ubuntu remove and reinstall ghostscript package will fix your issue

    apt remove ghostscript
    apt install ghostscript

    0 讨论(0)
  • 2020-12-13 02:11

    Looks like you're missing ghostscript. If you are using Homebrew you can install it via:

    $ brew install ghostscript
    
    0 讨论(0)
提交回复
热议问题