I am getting a decoder jpeg not available. I libjpeg installed using brew but when I install pillow, is get *** JPEG support not available
I had this working and all of a sudden it stopped working. I have unlinked and linked libjpeg again like it was suggested in few other SO answers. I have also uninstalled pillow and libjpeg and then installed it again, no joy.
Have you installed libjpeg-dev
?
sudo apt-get install libjpeg-dev
Edit: realized you're probably on OSX. Have you tried the following step from the accepted answer from this question?
Have you tried the most common solution to this problem?
$ pip uninstall pillow`
$ brew install libjpeg`
$ pip install pillow`
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With