Hi (again),
seems like PIL has been replaced by its successor pillow, in the pip repository for raspberry's.
Now pip tries to fulfill this dependency by unsuccessfully trying to install it, with the following error:
Downloading/unpacking PIL (from pylcd)
Could not find any downloads that satisfy the requirement PIL (from pylcd)
I successfully used the following as a workaround sudo pip install pylcd --no-deps after issuing a apt-get install python-dev python-imaging libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev
Hi (again), seems like PIL has been replaced by its successor pillow, in the pip repository for raspberry's.
Now pip tries to fulfill this dependency by unsuccessfully trying to install it, with the following error:
I successfully used the following as a workaround
sudo pip install pylcd --no-deps
after issuing aapt-get install python-dev python-imaging libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev