Hacker News new | ask | show | jobs
by truncate 4614 days ago
I'm curious what problems you faced with PIL on Pip. I never tried installing it before today at work on Travis using Pip. Despite of all system libraries (jpeg-dev, zlib-dev) installed it would complain about libraries not being present and compiled without png/jpeg... support.
1 comments

If you're on Ubuntu, running "apt-get build-dep python-imaging" should fix those problems (or it did for me in the past).