LoginSignup
2
2

More than 3 years have passed since last update.

【解決】Image Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: You must have ImageMagick or GraphicsMagick installed

Last updated at Posted at 2019-07-30

Railsで画像アプリを作成中にエラーImage Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: You must have ImageMagick or GraphicsMagick installed(画像をMiniMagickで操作できませんでした。画像ではない可能性がありますか?元のエラー:ImageMagickまたはGraphicsMagickがインストールされている必要があります)

こんなバリデーションエラー

スクリーンショット 2019-07-30 11.28.10.png

テキストコピー

Image Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: You must have ImageMagick or GraphicsMagick installed

ターミナル
スクリーンショット 2019-07-30 11.31.25.png

解決策

brewをアップグレード

$ $ brew upgrade

imagemagickをmacにインストール

$ brew install imagemagick

imagemagickがインストールされていなかったみたいです。

インストール
スクリーンショット 2019-07-30 12.26.55.png

できました〜〜〜
スクリーンショット 2019-07-30 12.27.34.png

参考
https://qiita.com/Tommydevelop/items/756a7e3d7dd55d0a62a9
https://sun0range.com/information-technology/ruby-on-rails-tutorial13

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2