pimoroni / grow-python

Python libs for controlling the Grow HATs
MIT License
55 stars 44 forks source link

`monitor.py` does not work with required version of Pillow #45

Open xamcost opened 1 week ago

xamcost commented 1 week ago

Hi there! In the required libraries to run the examples, Pillow version is requested to be greater than 10. However, the implementation of monitor.py uses methods that have been removed from version 9.5 onwards.

xamcost commented 1 week ago

Attempting a fix in this PR: https://github.com/pimoroni/grow-python/pull/44

Alternatively, just install a version of Pillow lower than 9.5.