无法在 Mac OS X El Capitan 上安装 ImageMagick
Unable to install ImageMagick on Mac OS X El Capitan
我无法在我的 Mac 上安装 ImageMagick:
brew install ImageMagick
==> Downloading http://www.imagemagick.org/download/releases/ImageMagick-6.9.2-4.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Trying a mirror...
==> Downloading http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.2-4.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "imagemagick"
Download failed: http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.2-4.tar.xz
卸载 brew 并再次安装 brew 后,这个工作很好,谢谢。
这是安装 brew 的命令:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
你有一个过时的 Homebrew。 运行 brew update
然后再试一次; ImageMagick 以频繁更改 URL 和破坏旧的 URL 而闻名;因此,如果您 brew
很长时间没有更新,您可能会遇到构建失败的问题。
我无法在我的 Mac 上安装 ImageMagick:
brew install ImageMagick
==> Downloading http://www.imagemagick.org/download/releases/ImageMagick-6.9.2-4.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Trying a mirror...
==> Downloading http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.2-4.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "imagemagick"
Download failed: http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.2-4.tar.xz
卸载 brew 并再次安装 brew 后,这个工作很好,谢谢。
这是安装 brew 的命令:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
你有一个过时的 Homebrew。 运行 brew update
然后再试一次; ImageMagick 以频繁更改 URL 和破坏旧的 URL 而闻名;因此,如果您 brew
很长时间没有更新,您可能会遇到构建失败的问题。