An error pip install .:
Failed building wheel for Pillow
Command "/home/machine/Documents/py4e/inst/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ds0ru341/Pillow/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-5mzwpzzk-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/machine/Documents/py4e/inst/env/include/site/python3.5/Pillow" failed with error code 1 in /tmp/pip-build-ds0ru341/Pillow/
Was a solution ever found for this issue? It began occurring today after a system update.
on Debian 9 i had to do
apt-get install libjpeg-dev zlib1g-dev
to fix it
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. > If this problem still occurs, please open a new issue
Most helpful comment
on Debian 9 i had to do
apt-get install libjpeg-dev zlib1g-devto fix it