hhatto / pgmagick

pgmagick is a yet another boost.python based wrapper for GraphicsMagick/ImageMagick.
MIT License
147 stars 33 forks source link

Magick++ not found when using pip install #81

Open JocuperDARY opened 1 year ago

JocuperDARY commented 1 year ago

Collecting pgmagick Using cached https://mirrors.bfsu.edu.cn/pypi/web/packages/df/a8/3e87660d430da66a2fbe8a88495b57824b58362136643dbd688644a2f1b6/pgmagick-0.7.6.tar.gz (363 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\xxx\AppData\Local\Temp\pip-install-n741g2u0\pgmagick_0c7df8459d4448a285a0dfeb528d6bb9\setup.py", line 135, in raise Exception("Magick++ not found") Exception: Magick++ not found [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

The operating system is Windows 11, and I've already installed Boost.Python and GraphicsMagick.