hhatto / pgmagick

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

Unable to install on macOS 11.0.1 (Apple M1)- Exception: Magick++ not found #67

Closed shivangi-guleria closed 3 years ago

shivangi-guleria commented 3 years ago

Performed the following commands:

$ brew install python
$ brew install graphicsmagick
$ brew install boost-python3

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

arrowtype commented 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.

Console installation errors (Click to expand) ```console (venv) ~/code/pdf2slides master ✗ 92d ◒ ⍉ ▶ pip3 install -U -r requirements.txt Collecting google-api-python-client Using cached google_api_python_client-2.0.2-py2.py3-none-any.whl (6.5 MB) Requirement already satisfied: google-auth-httplib2 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (0.1.0) Collecting google-auth-oauthlib Using cached google_auth_oauthlib-0.4.3-py2.py3-none-any.whl (18 kB) Collecting oauth2client Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) Requirement already satisfied: wand in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (0.6.6) Collecting pgmagick Using cached pgmagick-0.7.5.tar.gz (363 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_8bbdb636f25f462f9497320f0f75925a/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_8bbdb636f25f462f9497320f0f75925a/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-h2ueel_z cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_8bbdb636f25f462f9497320f0f75925a/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_8bbdb636f25f462f9497320f0f75925a/setup.py", line 128, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/e4/29/7fb208efd5e2e7b107c68dca0a0781a669372a6518c7687cd6fc5f8540b5/pgmagick-0.7.5.tar.gz#sha256=f676e2e4abd5d27cfb3bf1e7a1d8df147683f4a753333470aa771137ce05c347 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.7.4.tar.gz (362 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1cf941565f5c4f3d9b6c86157c5e27ab/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1cf941565f5c4f3d9b6c86157c5e27ab/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-_4cs0v7_ cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1cf941565f5c4f3d9b6c86157c5e27ab/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1cf941565f5c4f3d9b6c86157c5e27ab/setup.py", line 128, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/a6/80/e5cae1bf9f0078cb7a7f599c487babb26c01ce3ac3c2537c8f0fa48356be/pgmagick-0.7.4.tar.gz#sha256=4f634d5d8d681ff4e6e1b965ba13484f9450da34e574354f23e3daa988064d8a (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.7.3.tar.gz (361 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1d331025b9124c619c4885af6d4c8307/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1d331025b9124c619c4885af6d4c8307/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-io369utt cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1d331025b9124c619c4885af6d4c8307/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1d331025b9124c619c4885af6d4c8307/setup.py", line 117, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/a6/62/5ea7efcaca7f36c4e27e9fe8955792719c9953610b91332040941b30e2ee/pgmagick-0.7.3.tar.gz#sha256=67cc3ba645ec4ebb3ec408cd0a40fac3f6b68ab28b853e825183e0d4055a211a (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.7.2.tar.gz (360 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_578e00ef727a47439da9133bfe41bc9d/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_578e00ef727a47439da9133bfe41bc9d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-nqfy6x_t cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_578e00ef727a47439da9133bfe41bc9d/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_578e00ef727a47439da9133bfe41bc9d/setup.py", line 117, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/09/b2/5e33ff0efd2f8dbcb3ee9371d0b4b9f8cc8f8c7ffb65d5ff25615e46d1a2/pgmagick-0.7.2.tar.gz#sha256=afb18093307853ed149b47a5750d46099c5983aa74e03a56bd2595e48413eaa5 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.7.1.tar.gz (360 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_17643b0237f74241b927b29a88f0f9db/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_17643b0237f74241b927b29a88f0f9db/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-cuq3ug69 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_17643b0237f74241b927b29a88f0f9db/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_17643b0237f74241b927b29a88f0f9db/setup.py", line 117, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/f1/d6/ea5563b14e1982a8faa6866bace75a05456e2c55b4822eb4104f3ac98cd3/pgmagick-0.7.1.tar.gz#sha256=8a001487fd8c0e9cf979d93198e6c02ab902546a515f530216c8bc624286744d (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.7.tar.gz (793 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a041d06187c948738af87a71acf23f4b/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a041d06187c948738af87a71acf23f4b/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-n1aqaqlc cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a041d06187c948738af87a71acf23f4b/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a041d06187c948738af87a71acf23f4b/setup.py", line 117, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/75/28/ba269faddc851916f3b6483ee84811c1d5024a16ea07f5addd3cc476d4be/pgmagick-0.7.tar.gz#sha256=e827092f5c103dd1ba6bc54c4e8e52b3500bd4e0c1c9ba5a246e4e03837345b5 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.6.7.tar.gz (357 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_e601a01df7c24c3482444e2dcbeeba9b/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_e601a01df7c24c3482444e2dcbeeba9b/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-h571edxs cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_e601a01df7c24c3482444e2dcbeeba9b/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_e601a01df7c24c3482444e2dcbeeba9b/setup.py", line 99, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/dd/a0/12f7ac9bf7c5d8fc6a25dfb218da49885c3a4e1edfda23037fa4ad522059/pgmagick-0.6.7.tar.gz#sha256=c84a5eaa275d7b156376289c38e569bf99d85bc568967e40e014c41c688f2a39 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.6.6.tar.gz (41 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_bd979c8c1d28473ea162330954b5a163/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_bd979c8c1d28473ea162330954b5a163/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-et2zon8w cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_bd979c8c1d28473ea162330954b5a163/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_bd979c8c1d28473ea162330954b5a163/setup.py", line 99, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/cb/6e/ee273bb1f63166e3492d7355832a217e5a65daf5c3e024399bfb62ce5642/pgmagick-0.6.6.tar.gz#sha256=1be78eab64883386c2a399b094c0823c9ed4fbc1cab8ad175e4a1353900a6f01 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.6.5.tar.gz (40 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_d85db6c80a644154882397be8a13f70e/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_d85db6c80a644154882397be8a13f70e/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-jvn4yg_n cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_d85db6c80a644154882397be8a13f70e/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_d85db6c80a644154882397be8a13f70e/setup.py", line 81, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/02/eb/9b2a2c23df41795439da619a27eb1907d92e89dbe4979348f88ca2b51cf5/pgmagick-0.6.5.tar.gz#sha256=017fe90798a5895a1aec306d7cc3efdc3730f3767df6dcaafcd7bca4199de073 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.6.4.tar.gz (41 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ddb98843614f45489ad497c95b78323c/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ddb98843614f45489ad497c95b78323c/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-kvmkun27 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ddb98843614f45489ad497c95b78323c/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ddb98843614f45489ad497c95b78323c/setup.py", line 81, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/88/57/78fe2e57ce865822f07a7afa50fee2dfb1d847c1a41a1a456135e9cee4eb/pgmagick-0.6.4.tar.gz#sha256=50eefb2cf5923acb2d54e0f105f89800a00a277608c53714f7b0c421cc33b4ca (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.6.3.tar.gz (41 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_e54e79e0424c4e359ea284b7665858a0/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_e54e79e0424c4e359ea284b7665858a0/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-6icy_vqj cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_e54e79e0424c4e359ea284b7665858a0/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_e54e79e0424c4e359ea284b7665858a0/setup.py", line 81, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/4c/a2/0af08e2614cb7926f0b5172396f5370479549c3837eff32bf2899156005d/pgmagick-0.6.3.tar.gz#sha256=a9b1c067f79ed6964f3a98bbb20f8855b3925296ca486a979bc50922270a2ca7 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.6.2.tar.gz (40 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_20b2d49a6b1b40059151fc3e4bad4b01/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_20b2d49a6b1b40059151fc3e4bad4b01/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-06xsg2yr cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_20b2d49a6b1b40059151fc3e4bad4b01/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_20b2d49a6b1b40059151fc3e4bad4b01/setup.py", line 81, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/0d/8c/37b79709301a5a2e549e084951575dac30f57fe3f969870a7a77128ae849/pgmagick-0.6.2.tar.gz#sha256=0f49f8eefa05e429aeaf83bf98a00e87e918445fa33fa8aea1c1fa154f8918b1 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.6.1.tar.gz (40 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1ab237caf815443f82b042259ee0fc2c/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1ab237caf815443f82b042259ee0fc2c/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-sx_7so22 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1ab237caf815443f82b042259ee0fc2c/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_1ab237caf815443f82b042259ee0fc2c/setup.py", line 81, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/90/d8/d36070d3792ce643a057df527d4e78a67f5372ff217ea55756dc1eecd3a3/pgmagick-0.6.1.tar.gz#sha256=43a15fd1a1ac5a6bfef2998231d0f0b685b5cc1f297988e3cdd0a490de575b2e (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.6.tar.gz (40 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_c895e14aa793413e9a9a0153fa0a1edb/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_c895e14aa793413e9a9a0153fa0a1edb/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-h5pyw_ye cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_c895e14aa793413e9a9a0153fa0a1edb/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_c895e14aa793413e9a9a0153fa0a1edb/setup.py", line 81, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/07/b6/4f368643fe182c4523854b87c74807799b89a280c85233f0087009619c2f/pgmagick-0.6.tar.gz#sha256=9e315c17edcc10adeae05aac49b6082a5aca8937822d207563858875c814186b (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.12.tar.gz (39 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_681a032662d54011b913399146ea183f/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_681a032662d54011b913399146ea183f/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-civbsxhh cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_681a032662d54011b913399146ea183f/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_681a032662d54011b913399146ea183f/setup.py", line 79, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/d4/d1/b9003e52c8caa0e3c41af71ff97448d9426e167bcd2264116556438ceae0/pgmagick-0.5.12.tar.gz#sha256=7f96f5a74a899c19c3fb78fb06647b06013caf3322d467a2b18df7c6f7f2b88a (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.11.tar.gz (39 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_be6f850932964b6781652283f9a8f044/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_be6f850932964b6781652283f9a8f044/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-fa0umnl0 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_be6f850932964b6781652283f9a8f044/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_be6f850932964b6781652283f9a8f044/setup.py", line 76, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/de/79/c56fa993d48658008e8d25a54662ac9000471143aeeb4e3e129bd30a682e/pgmagick-0.5.11.tar.gz#sha256=83d611bb516eb2465a0167463f427f3fbdd6fa4efa1b8a24caa64fcec6bc8b3d (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.10.tar.gz (39 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_bfbbabc41cf74afc93be0f5e74004571/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_bfbbabc41cf74afc93be0f5e74004571/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-qidx1_n5 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_bfbbabc41cf74afc93be0f5e74004571/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_bfbbabc41cf74afc93be0f5e74004571/setup.py", line 76, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/9c/c8/a0db68b070d9524d81d70099653ad15670cc25be6c586fc0cbc930c324a7/pgmagick-0.5.10.tar.gz#sha256=89274107200a84e56e0fc4f6c482fd3b865d28c820c6d3e81cdbd4089e2dd233 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.9.tar.gz (39 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_99ef3fa52dba4923b4c4c62752e13ecf/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_99ef3fa52dba4923b4c4c62752e13ecf/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-y359ogir cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_99ef3fa52dba4923b4c4c62752e13ecf/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_99ef3fa52dba4923b4c4c62752e13ecf/setup.py", line 76, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/92/58/b3875e88d192092ca2835bda0d67513be5914a6f3ed932e8f7f31b02f401/pgmagick-0.5.9.tar.gz#sha256=392850b304427959cfad56424652fb9792a9267aaa4462a68fa57bcc1b8feb01 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.8.tar.gz (39 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_f0a9d980cb2a4383a9d9b55f43c75a33/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_f0a9d980cb2a4383a9d9b55f43c75a33/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-b3a5gc7a cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_f0a9d980cb2a4383a9d9b55f43c75a33/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_f0a9d980cb2a4383a9d9b55f43c75a33/setup.py", line 76, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/47/5c/f003161770613ea96332c17adf2d4c791c6e5227e9b0c542f6e4f59399fd/pgmagick-0.5.8.tar.gz#sha256=b0967586daad9b977424a791af0b93573b67b957f9413ca92a26af25e86096d7 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.7.tar.gz (39 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_efe75d28a3bc42f388713b81131f2eae/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_efe75d28a3bc42f388713b81131f2eae/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-vus3nt51 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_efe75d28a3bc42f388713b81131f2eae/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_efe75d28a3bc42f388713b81131f2eae/setup.py", line 74, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/b5/3e/1794de7e669bb259bea1397c6bebcef631adf9213e043f35778a359a88d1/pgmagick-0.5.7.tar.gz#sha256=0439eb879e0494113ea7adb704513b90b64a7bbadbbdd79809ef1f71570e5a33 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.6.tar.gz (42 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_66f8c9e93ef248e78697416e3325a780/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_66f8c9e93ef248e78697416e3325a780/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-rd_d4jgd cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_66f8c9e93ef248e78697416e3325a780/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_66f8c9e93ef248e78697416e3325a780/setup.py", line 74, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/af/73/8ee5f265a70b4d8a8d82b3dc9b7ad1dce43c36edf115dc5aafac01b0e471/pgmagick-0.5.6.tar.gz#sha256=bddc8f545645831bf1de817e4d99f7c3a1eaa076bac6a6c4101c28ddf52f5b86 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.5.tar.gz (42 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_35253880918d4870b64f1ce9329cd525/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_35253880918d4870b64f1ce9329cd525/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-s6vtbtwa cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_35253880918d4870b64f1ce9329cd525/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_35253880918d4870b64f1ce9329cd525/setup.py", line 74, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/9b/f5/53b62a593e4771de8620502af2ae37ebcc3d8573de9e16fedad6467aadd5/pgmagick-0.5.5.tar.gz#sha256=2bc2b17e2d8e6c9e147ab3d13450440068e6e97627c1c09b7256f3df0042059f (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.4.tar.gz (42 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_946532ecdd3b4b7cbb0eef6ceb9f4828/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_946532ecdd3b4b7cbb0eef6ceb9f4828/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-houjn0wt cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_946532ecdd3b4b7cbb0eef6ceb9f4828/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_946532ecdd3b4b7cbb0eef6ceb9f4828/setup.py", line 74, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/b9/09/0e1e79142c0d26649316695925e4a6d8ef152feb95e0a37e0f81b01901b1/pgmagick-0.5.4.tar.gz#sha256=b8d6c75d97ca2ce5a7514733563a2bd35fe5954407586d2e4b4f95fb0cd0feda (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.3.tar.gz (42 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ca93d4c56ec74052a5701eb5f043457c/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ca93d4c56ec74052a5701eb5f043457c/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-ny6w44e9 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ca93d4c56ec74052a5701eb5f043457c/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ca93d4c56ec74052a5701eb5f043457c/setup.py", line 74, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/16/c3/16f8fe568deb34d65c3ad25ce124bce702a4b1e7a3c867bba69999a35d3e/pgmagick-0.5.3.tar.gz#sha256=1c387489385bedfbe4feffadd88f5c08d1583a3eee51674ac2b45f8c697ecdf8 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.2.tar.gz (42 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_7f7bc39d38f24475aa083712c138358c/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_7f7bc39d38f24475aa083712c138358c/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-yzif81fi cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_7f7bc39d38f24475aa083712c138358c/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_7f7bc39d38f24475aa083712c138358c/setup.py", line 74, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/1f/fc/98bf336600c97ac68cc089ce9e8f43acb1a42dc27bf8bc55486e0ad40825/pgmagick-0.5.2.tar.gz#sha256=df701bf8b9c8ae6e79340a54c7a667f4325b1b24bb194ad4ae791fa06c50066c (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.1.tar.gz (40 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_dc152fcb437d423c87d9ef65ca42a1ad/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_dc152fcb437d423c87d9ef65ca42a1ad/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-5hl8vida cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_dc152fcb437d423c87d9ef65ca42a1ad/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_dc152fcb437d423c87d9ef65ca42a1ad/setup.py", line 74, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/19/c9/c9fbf9ac20f095835a7121c7aaba38285c3d761095bf2f6c50d22648a8ef/pgmagick-0.5.1.tar.gz#sha256=7b3746d843561470530bd87819d17967924a44cf12198dfa2e4f3e596ae7c9d2 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.5.tar.gz (40 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_9bb6a85865ca40b8bba2563cd8eafc2f/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_9bb6a85865ca40b8bba2563cd8eafc2f/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-28pssyhx cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_9bb6a85865ca40b8bba2563cd8eafc2f/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_9bb6a85865ca40b8bba2563cd8eafc2f/setup.py", line 74, in raise Exception("Magick++ not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/bd/d0/58baf2dea0b119ab008452dea571b973be9a7b05746f81a9de2aab5feff4/pgmagick-0.5.tar.gz#sha256=c7a3930230fa51d5621ee6929a15fc75d415fd1cc4d73d5fe11bd512433c5229 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.4.2.tar.gz (40 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_18f35593233a496e9ce2001ddfe5f700/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_18f35593233a496e9ce2001ddfe5f700/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-ai7xplh5 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_18f35593233a496e9ce2001ddfe5f700/ Complete output (6 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_18f35593233a496e9ce2001ddfe5f700/setup.py", line 76 print "include header path:", header_path ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("include header path:", header_path)? ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/92/14/486028ec548fae56bbffaab6bec5db24fafa022f0a705e65869ed4b218d1/pgmagick-0.4.2.tar.gz#sha256=27e5a1dac987c4f27f35b0283558d389e32f96f29869c83c257afddbe229fe8f (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.4.1.tar.gz (38 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a5f04ae83d18473a8c73756832bc0e9a/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a5f04ae83d18473a8c73756832bc0e9a/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-nm2mt3tp cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a5f04ae83d18473a8c73756832bc0e9a/ Complete output (6 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a5f04ae83d18473a8c73756832bc0e9a/setup.py", line 76 print "include header path:", header_path ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("include header path:", header_path)? ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/51/8f/1e29b005211d13c1d1fcca8cf7613a39034c4ced767219392a524934757b/pgmagick-0.4.1.tar.gz#sha256=70a7d08164357b4002d6841f9148881a8ba57aa31e9d9bb488139c7784649dd0 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.4.tar.gz (34 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a8f4c4257dee4a65ace8509622e93e73/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a8f4c4257dee4a65ace8509622e93e73/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-056mli0_ cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a8f4c4257dee4a65ace8509622e93e73/ Complete output (6 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a8f4c4257dee4a65ace8509622e93e73/setup.py", line 90 print "%s version: %s" % (LIBRARY, _version) ^ SyntaxError: invalid syntax ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/e3/3e/6189c38bafae215eefb169458e1c920b2ee07b883c7119d95e7c34ba6298/pgmagick-0.4.tar.gz#sha256=51055ae99649c9554125d41a09d113e2f42617ddb3a71d14ff1c65e9f8245c5b (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.3.6.tar.gz (32 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a7e5d076236b4a518f342885e4df7df3/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a7e5d076236b4a518f342885e4df7df3/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-j1ggeu4c cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a7e5d076236b4a518f342885e4df7df3/ Complete output (6 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_a7e5d076236b4a518f342885e4df7df3/setup.py", line 73 print "GraphicsMagick++ version:", gm_version ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("GraphicsMagick++ version:", gm_version)? ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/bb/b0/70127a8f9c8df5683558f3424117c6da237fdf238442d440022c4a9581e7/pgmagick-0.3.6.tar.gz#sha256=5b28e54ad8df83fea9488b6750bb1d0d9c1152d1709f4f0f73f360a3cd9e4c44 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.3.5.tar.gz (32 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_df0269309d664b78b666bb3d7f714f3c/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_df0269309d664b78b666bb3d7f714f3c/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-cw0dk6p7 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_df0269309d664b78b666bb3d7f714f3c/ Complete output (6 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_df0269309d664b78b666bb3d7f714f3c/setup.py", line 76 print "GraphicsMagick++ version: %s.%s.%s" % (gm_version[0], ^ SyntaxError: invalid syntax ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/85/b6/b5a77f858e6cdb6865f61976fef21f7607a5a59fa8332c2be696aeb713b7/pgmagick-0.3.5.tar.gz#sha256=c2ad929237f85d9cbdc968af3443be0e0713599e57a22d52b3179ee0e5ce4c21 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.3.4.tar.gz (32 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_10b69bb9722f490fbe122c026c6178f2/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_10b69bb9722f490fbe122c026c6178f2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-jziir1q9 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_10b69bb9722f490fbe122c026c6178f2/ Complete output (6 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_10b69bb9722f490fbe122c026c6178f2/setup.py", line 76 print "GraphicsMagick++ version: %s.%s.%s" % (gm_version[0], ^ SyntaxError: invalid syntax ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/f4/d1/be80737b0608e52477a6c46e4c496cfdbaac6d69bc9efeae12a14e84fdd4/pgmagick-0.3.4.tar.gz#sha256=716a6526ac1d3f3b923393e1987146f0430f7e304a3dab7c4edffc4218ec9648 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.3.3.tar.gz (32 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_b4a9db30b4fd43069960ed56e1558902/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_b4a9db30b4fd43069960ed56e1558902/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-i6vqtcl8 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_b4a9db30b4fd43069960ed56e1558902/ Complete output (6 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_b4a9db30b4fd43069960ed56e1558902/setup.py", line 69 print "GraphicsMagick++ version: %s.%s.%s" % (gm_version[0], ^ SyntaxError: invalid syntax ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/03/97/6de8a8884de45d85f8d401cb9da49b94ea7734e7171f6717f5aef3f95a37/pgmagick-0.3.3.tar.gz#sha256=25e79060f639f2997e8ada10390b3d43d8e6b6696fbf8893d4f953e037148b46 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.3.2.tar.gz (30 kB) ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ac7ac8a28fde4f08a34c071622a72208/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ac7ac8a28fde4f08a34c071622a72208/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-pip-egg-info-_hvp7uq3 cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ac7ac8a28fde4f08a34c071622a72208/ Complete output (7 lines): Traceback (most recent call last): File "", line 1, in File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ac7ac8a28fde4f08a34c071622a72208/setup.py", line 28, in include_dirs.append(find_file('Magick++', search_include_dirs)) File "/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_ac7ac8a28fde4f08a34c071622a72208/setup.py", line 26, in find_file raise Exception(filename + " not found") Exception: Magick++ not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/31/51/4aa50001ed4f741784cc150b62bc74b877cc7e33ef3bcd00fe88b0af0497/pgmagick-0.3.2.tar.gz#sha256=7f2492d30c8810a033789b1e43ba91e26ca99581fd6bc622a7239a8aa29bd708 (from https://pypi.org/simple/pgmagick/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pgmagick-0.3.1.tar.gz (32 kB) Requirement already satisfied: six<2dev,>=1.13.0 in ./venv/lib/python3.7/site-packages (from google-api-python-client->-r requirements.txt (line 1)) (1.15.0) Requirement already satisfied: httplib2<1dev,>=0.15.0 in ./venv/lib/python3.7/site-packages (from google-api-python-client->-r requirements.txt (line 1)) (0.19.0) Requirement already satisfied: google-auth<2dev,>=1.16.0 in ./venv/lib/python3.7/site-packages (from google-api-python-client->-r requirements.txt (line 1)) (1.28.0) Requirement already satisfied: google-api-core<2dev,>=1.21.0 in ./venv/lib/python3.7/site-packages (from google-api-python-client->-r requirements.txt (line 1)) (1.26.2) Requirement already satisfied: uritemplate<4dev,>=3.0.0 in ./venv/lib/python3.7/site-packages (from google-api-python-client->-r requirements.txt (line 1)) (3.0.1) Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.6.0 in ./venv/lib/python3.7/site-packages (from google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (1.53.0) Requirement already satisfied: setuptools>=40.3.0 in ./venv/lib/python3.7/site-packages (from google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (40.8.0) Requirement already satisfied: requests<3.0.0dev,>=2.18.0 in ./venv/lib/python3.7/site-packages (from google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (2.25.1) Requirement already satisfied: protobuf>=3.12.0 in ./venv/lib/python3.7/site-packages (from google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (3.15.6) Requirement already satisfied: packaging>=14.3 in ./venv/lib/python3.7/site-packages (from google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (20.9) Requirement already satisfied: pytz in ./venv/lib/python3.7/site-packages (from google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (2021.1) Requirement already satisfied: rsa<5,>=3.1.4 in ./venv/lib/python3.7/site-packages (from google-auth<2dev,>=1.16.0->google-api-python-client->-r requirements.txt (line 1)) (4.7.2) Requirement already satisfied: pyasn1-modules>=0.2.1 in ./venv/lib/python3.7/site-packages (from google-auth<2dev,>=1.16.0->google-api-python-client->-r requirements.txt (line 1)) (0.2.8) Requirement already satisfied: cachetools<5.0,>=2.0.0 in ./venv/lib/python3.7/site-packages (from google-auth<2dev,>=1.16.0->google-api-python-client->-r requirements.txt (line 1)) (4.2.1) Requirement already satisfied: pyparsing<3,>=2.4.2 in ./venv/lib/python3.7/site-packages (from httplib2<1dev,>=0.15.0->google-api-python-client->-r requirements.txt (line 1)) (2.4.7) Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in ./venv/lib/python3.7/site-packages (from pyasn1-modules>=0.2.1->google-auth<2dev,>=1.16.0->google-api-python-client->-r requirements.txt (line 1)) (0.4.8) Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./venv/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (1.26.4) Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (2020.12.5) Requirement already satisfied: chardet<5,>=3.0.2 in ./venv/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (4.0.0) Requirement already satisfied: idna<3,>=2.5 in ./venv/lib/python3.7/site-packages (from requests<3.0.0dev,>=2.18.0->google-api-core<2dev,>=1.21.0->google-api-python-client->-r requirements.txt (line 1)) (2.10) Requirement already satisfied: requests-oauthlib>=0.7.0 in ./venv/lib/python3.7/site-packages (from google-auth-oauthlib->-r requirements.txt (line 3)) (1.3.0) Requirement already satisfied: oauthlib>=3.0.0 in ./venv/lib/python3.7/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib->-r requirements.txt (line 3)) (3.1.0) Using legacy 'setup.py install' for pgmagick, since package 'wheel' is not installed. Installing collected packages: pgmagick, oauth2client, google-auth-oauthlib, google-api-python-client Running setup.py install for pgmagick ... error ERROR: Command errored out with exit status 1: command: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_420d1c6f143f4394aee7fc6796df4f30/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_420d1c6f143f4394aee7fc6796df4f30/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-record-lc7iq0xo/install-record.txt --single-version-externally-managed --compile --install-headers /Users/stephennixon/code/pdf2slides/venv/include/site/python3.7/pgmagick cwd: /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_420d1c6f143f4394aee7fc6796df4f30/ Complete output (18 lines): running install running build running build_py creating build creating build/lib.macosx-10.9-x86_64-3.7 creating build/lib.macosx-10.9-x86_64-3.7/pgmagick copying pgmagick/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/pgmagick copying pgmagick/api.py -> build/lib.macosx-10.9-x86_64-3.7/pgmagick running build_ext building 'pgmagick._pgmagick' extension creating build/temp.macosx-10.9-x86_64-3.7 creating build/temp.macosx-10.9-x86_64-3.7/src gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -IFalse -I/Users/stephennixon/code/pdf2slides/venv/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c ./src/_DrawableTranslation.cpp -o build/temp.macosx-10.9-x86_64-3.7/./src/_DrawableTranslation.o ./src/_DrawableTranslation.cpp:1:10: fatal error: 'boost/python.hpp' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /Users/stephennixon/code/pdf2slides/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_420d1c6f143f4394aee7fc6796df4f30/setup.py'"'"'; __file__='"'"'/private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-install-s6osmqc2/pgmagick_420d1c6f143f4394aee7fc6796df4f30/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/x0/q5zt3sx15ssdz5mjcm9rgvh40000gn/T/pip-record-lc7iq0xo/install-record.txt --single-version-externally-managed --compile --install-headers /Users/stephennixon/code/pdf2slides/venv/include/site/python3.7/pgmagick Check the logs for full command output. ```
hhatto commented 3 years ago

@shivangi-guleria @arrowtype Can you please try to run the following command?

$ MAGICK_HOME=/opt/homebrew pip install pgmagick
arrowtype commented 3 years ago

Shoot; I get almost the exact same error log after running that.

hhatto commented 3 years ago

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 
     :
hhatto commented 3 years ago

@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