grow-python icon indicating copy to clipboard operation
grow-python copied to clipboard

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

Open xamcost opened this issue 1 year ago • 1 comments

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 avatar Jun 26 '24 08:06 xamcost

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.

xamcost avatar Jun 26 '24 08:06 xamcost