After a recent update, I was getting this error when attempting to generate WordWise/X-ray:
Code:
/usr/bin/python3.12 -m pip --disable-pip-version-check install -U -t /home/USERNAME/.config/calibre/plugins/worddumb-libs-py3.12 --no-user accelerate==1.10.1
...
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
I was able to resolve this by making a temporary folder, ~/tmpdir, and then adding TMPDIR=~/tmpdir before the install command above.