View Single Post
Old 09-27-2025, 08:18 AM   #729
trekky0623
Member
trekky0623 began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Apr 2013
Device: Kindle Paperwhite
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.
trekky0623 is offline   Reply With Quote