You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/private/tmp/pgmagick-20241217-37169-9duvdc/pgmagick-ver0.7.4/setup.py", line 128, in
raise Exception("Magick++ not found")
Exception: Magick++ not found
I found an old bug report where people asked for imagmagick to be compiled with c++ support back from 2012 or so. It seems this ended up being resolved.
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Trying to install pgmagick so I have the package installed
What happened (include all command output)?
brew doctor
Your system is ready to brew.
~> brew install pgmagick
==> Downloading https://formulae.brew.sh/api/formula.jws.json
==> Downloading https://formulae.brew.sh/api/cask.jws.json
==> Fetching hhatto/pgmagick/pgmagick
==> Downloading https://github.com/hhatto/pgmagick/archive/ver0.7.4.tar.gz
Already downloaded: /Users/<username>/Library/Caches/Homebrew/downloads/03835a7ab1e0a80adbb8163c0a28ce9fb8b20a9cc50dd7df2f69f1bc6c083c3c--pgmagick-ver0.7.4.tar.gz
==> Installing pgmagick from hhatto/pgmagick
==> python3 setup.py install
Last 15 lines from /Users/<username>/Library/Logs/Homebrew/pgmagick/01.python3:
2024-12-17 11:53:01 +0000
python3
setup.py
install
--prefix=/opt/homebrew/Cellar/pgmagick/0.7.4
Traceback (most recent call last):
File "/private/tmp/pgmagick-20241217-37169-9duvdc/pgmagick-ver0.7.4/setup.py", line 128, in
raise Exception("Magick++ not found")
Exception: Magick++ not found
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/hhatto/homebrew-pgmagick/issues
These open issues may also help:
pgmagick throws Symbol not found: __ZN6Magick22DrawableCompositeImage6magickESs
What did you expect to happen?
pgmagick would be installed
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: