0

I've been scourging the internet, trying all sorts of solutions in regards to downloading the PIL library, but nothing seems to work for me. I keep getting the error:

raise IOError("decoder %s not available" % decoder_name) IOError: decoder jpeg not available

Currently using mavericks. Any help is appreciated. Thanks in advance!

Danny Brown
  • 304
  • 1
  • 3
  • 15

1 Answers1

2

Looks like this Q/A answers your question

Python Image Library fails with message "decoder JPEG not available" - PIL

quick summation. Try uninstalling PIL and installing https://pypi.python.org/pypi/Pillow/2.1.0

Community
  • 1
  • 1
Bachmann
  • 748
  • 6
  • 12