Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wand throws import error despite installation of magickwand #304

Closed
vijayan-n opened this issue Oct 5, 2016 · 5 comments
Closed

Wand throws import error despite installation of magickwand #304

vijayan-n opened this issue Oct 5, 2016 · 5 comments

Comments

@vijayan-n
Copy link

Hi!

I am trying to run python script which uses wand. I have been using it all this time and it was working perfectly fine. Only since last week am facing the following error:

ImportError: MagickWand shared library not found. You probably had not installed ImageMagick library. Try to install: apt-get install libmagickwand-dev

Both libmagickwand-dev and Wand are installed and upgraded to the latest version. But, the error is still being thrown.

Please help fix this. Thanks in Advance!

http://stackoverflow.com/questions/39867885/wand-throws-import-error-despite-installation-of-magickwand

@lofidevops
Copy link

You may have ImageMagick version 7 installed. Wand only supports version 6 - see #287 and #306

@vijayan-n
Copy link
Author

vijayan-n commented Oct 12, 2016

Thanks for replying! @kwill
Any idea how to install imagemagick6 in ubuntu?
I am able to find older versions for windows but not for ubuntu. Please guide.

@lofidevops
Copy link

@vijayan-n I'm afraid I don't know. I'd suggest asking on https://askubuntu.com

@robinpaulson
Copy link

@vijayan-n try looking on launchpad.net, someone may host a ppa with imagemagick6

@mnnit-geek
Copy link

Run these:
brew uninstall imagemagick@7 --force

brew install imagemagick@6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants