I am trying to import PythonMagick but not able to import this module. Could you please help me how to install it and use it in my code?
I tried several methods-
python -m pip install PythonMagic
python -m pip install PythonMagic --user
I downloaded the Imagemagic and ghostscript and given their path in environment variable. But didn't get any solution.