CatoLynx / pyLCD

A library for controlling LCDs on various hardware backends (successor of HD44780)
Other
26 stars 14 forks source link

pip could not find/download PIL #5

Closed nickma82 closed 7 years ago

nickma82 commented 7 years ago

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