grow-python
grow-python copied to clipboard
`monitor.py` does not work with required version of Pillow
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.
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.