Using latest Raspberry Pi OS Lite 32bit
When installing:
The headers or library files could not be found for zlib, a required dependency when compiling Pillow from source.
When installing the examples:
Building lxml version 5.4.0. Building without Cython. Error: Please make sure the libxml2 and libxslt development packages are installed.
Before installing I did sudo apt install python3-numpy and sudo apt install libopenblas-dev
Is there anything I'm missing?
Using latest Raspberry Pi OS Lite 32bit
When installing:
The headers or library files could not be found for zlib, a required dependency when compiling Pillow from source.When installing the examples:
Building lxml version 5.4.0. Building without Cython. Error: Please make sure the libxml2 and libxslt development packages are installed.Before installing I did
sudo apt install python3-numpyandsudo apt install libopenblas-devIs there anything I'm missing?