Hacker News new | ask | show | jobs
by stevejohnson 4603 days ago
PIL has never worked with pip, but you can still install it using the instructions on their web site.

pillow works fine with pip.

1 comments

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