I have installed ImageMagick 6.9.9-34-Q8-x64 following Wand documentation, checked "Install developer headers and libraries", set MAGICK_HOME
to the right location, but everytime I import anything, Wand complains that it could not find ImageMagick shared libraries:
ImportError: MagickWand shared library not found.
You probably had not installed ImageMagick library.
Try to install:
http://docs.wand-py.org/en/latest/guide/install.html#install-imagemagick-on-windows
The interesting part is that when I check paths that Wand tried, (tried_path
in the full traceback), some of them actually exist, but Wand still fails to use them.
What am I missing here?