Closed shivangi-guleria closed 3 years ago
I think maybe I’m having the same issue. I get a long string of errors when trying to install via pip, after brew installing imagemagick
.
@shivangi-guleria @arrowtype Can you please try to run the following command?
$ MAGICK_HOME=/opt/homebrew pip install pgmagick
Shoot; I get almost the exact same error log after running that.
Shoot; I get almost the exact same error log after running that.
thx for feedback.
Do you know where Magick++.h
header is?
For example, you can use the following command to find out. This is an example and the result in my environment.
$ find / -name "*Magick++.h"
find: /usr/sbin/authserver: Permission denied
:
/usr/local/Cellar/graphicsmagick/1.3.36/include/GraphicsMagick/Magick++.h
/usr/local/Cellar/imagemagick/7.0.11-3/include/ImageMagick-7/Magick++.h
:
@shivangi-guleria @arrowtype
Version 0.7.6 is now available for installation on M1 Mac. Please try this one. https://pypi.org/project/pgmagick/0.7.6/
Thanks
Performed the following commands:
then tried installing wit both pip and brew, but didn't install either way
$ brew install pgmagick
result in - "Exception: Magick++ not found"$ pip install pgmagick
result in the following(output attached): output2.txt