Closed gautamjajoo closed 1 month ago
Fixes #100 . Was facing these issues when pulled from the main, hence updated.
Just a small note: for mac users the following issue will pop up:
ImportError: MagickWand shared library not found.
Solution:
brew install imagemagick@6 export MAGICK_HOME=/opt/homebrew/opt/imagemagick@6
Can you please add this debugging information somewhere? I recommend creating a debugging.md and referencing it in the docs.
Fixes #100 . Was facing these issues when pulled from the main, hence updated.
Just a small note: for mac users the following issue will pop up:
Solution: