hhatto / pgmagick

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

install fail:Magick++ not found #59

Closed gueat closed 3 years ago

gueat commented 4 years ago

ERROR: Command errored out with exit status 1: command: 'e:\tool\env\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-5xrphzu3\pgmagick\setup.py'"'"'; file='"' "'C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-5xrphzu3\pgmagick\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();e xec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-5xrphzu3\pgmagick\pip-egg-info' cwd: C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-5xrphzu3\pgmagick\ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-5xrphzu3\pgmagick\setup.py", line 128, in raise Exception("Magick++ not found") Exception: Magick++ not found

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

komackaj commented 4 years ago

Installing using pip on Windows is not officially maintained - see docs. It probably fails due to missing install prerequisites - specifically GraphicsMagick C++ development files.

Could you try/use Wheel from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pgmagick ?

hhatto commented 3 years ago

No reply for a long time, so I will close it once. If you are still experiencing the same problem, please open it again.