I had PIL installed on osx using pip, but since getting the error that jpeg decoder is not available, I uninstalled PIL so that I can first install the jpeg libraries, and then reinstall PIL. However, both the following give me errors:
sudo pip install libjpeg
..Could not find any downloads that satisfy the requirement libjpeg
sudo pip install libjpeg-dev
Could not find any downloads that satisfy the requirement libjpeg-dev
Any ideas how to install the jpeg lib? Thanks. -TM
apt-get update
stuff before running this? – will