我想使用python包wand并用
安装它SHA512
但是当我运行脚本时,我收到了错误
ImportError:找不到MagickWand共享库。 您可能没有安装ImageMagick库。 尝试安装: brew install freetype imagemagick
所以我按照指示
pip install Wand
并再次按照说明
$ brew install freetype imagemagick
Warning: freetype 2.8.1 is already installed
Warning: imagemagick 7.0.7-10 is already installed, it's just not linked.
You can use `brew link imagemagick` to link this version.
有人知道这是关于什么的吗?我从未见过这样的问题,谷歌似乎确实显示出任何有用的结果......
编辑:这是我尝试删除软件包并重新安装时获得的内容
$ brew link imagemagick
Linking /usr/local/Cellar/imagemagick/7.0.7-10...
Error: Could not symlink etc/ImageMagick-7/coder.xml
/usr/local/etc/ImageMagick-7 is not writable.