ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device #1270
sebas1984x
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i got this error when installing on a rpiw2, this is the solution.
The temporary directory (/tmp) i too small for the large package being installed.
To temporarily use another directory for TMPDIR, run:
export
TMPDIR=/home/pi/tmp mkdir -p
/home/pi/tmpThen re-run the installation.
Beta Was this translation helpful? Give feedback.
All reactions