Skip to content

Instantly share code, notes, and snippets.

@pahanix
Last active November 28, 2017 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pahanix/680c47e4f02ef81d8396e2a1fd149135 to your computer and use it in GitHub Desktop.
Save pahanix/680c47e4f02ef81d8396e2a1fd149135 to your computer and use it in GitHub Desktop.
ImageMagick High Sierra

I have just encountered and solved this issue on a new Mac running Sierra. There seems to be no solution for ImageMagick 7 at this time.

Uninstall existing imagemagick if needed Install version 6:

brew install imagemagick@6

Since this is keg-only, you should then force-link it:

brew link --force imagemagick@6

This installed imagemagick version 6.9.7-4 for me.

Afterwards, the gem then installed successfully

https://stackoverflow.com/questions/41647979/imagemagick-7-with-rmagick-2-16-on-macos-sierra-cant-find-magickwand-h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment