I get a warning of "WARNING: inky 2.3.0 does not provide the extra 'rpi'" but the script keeps going.
Then it finally fails with the following:
ERROR: Failed building wheel for pillow-heif
Failed to build pillow-heif
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> pillow-heif
The script will run out of space when ran on a Pi Zero W (and possibly others) unless I run the following before I run the script:
mkdir -p $HOME/tmp
export TMPDIR=$HOME/tmp
I have tried a Pi Zero W and a Pi 3 A and both give the warning and then error out where noted above.
I get a warning of "WARNING: inky 2.3.0 does not provide the extra 'rpi'" but the script keeps going.
Then it finally fails with the following:
ERROR: Failed building wheel for pillow-heif
Failed to build pillow-heif
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> pillow-heif
The script will run out of space when ran on a Pi Zero W (and possibly others) unless I run the following before I run the script:
mkdir -p $HOME/tmp
export TMPDIR=$HOME/tmp
I have tried a Pi Zero W and a Pi 3 A and both give the warning and then error out where noted above.