fatal: write error: No space left on device while updating kivy using pip install

155 views
Skip to first unread message

Fra

unread,
Apr 11, 2016, 3:41:42 AM4/11/16
to KivyPie

Kivy Pie Version: 0.8
Release date: February 23, 2016
Kivy framework version: v1.9.2-dev 1029f09366bff06d41b23c7e9b001aad29e49aba

Since i'm having some troubles with my raspberry 2 and kivy I followed the instruction provided to update kivy here:

https://kivy.org/docs/installation/installation-rpi.html
(rasp JESSIE)
Install Kivy globally on your system:

sudo pip install git+https://github.com/kivy/kivy.git@master

However am getting the following error:



Note:
- the file system has been expanded with command:
$ sudo pipaos-config --expand-rootfs

Auto Generated Inline Image 1

Albert

unread,
May 10, 2016, 7:09:18 AM5/10/16
to KivyPie
Have you tried unmounting /tmp so you get the full 12GB available to it?

deve...@appsdesignlab.com

unread,
Aug 25, 2016, 7:36:06 AM8/25/16
to KivyPie
Hi,

I do the following:


If running out of disk space, run the following:

$ sudo umount /tmp
$ sudo mkdir <sometemp_folder>
$ sudo mount --bind /tmp <sometemp_folder>

When you reboot everything should return to normal. where the /tmp folder should be back to original size... 
Message has been deleted

warric...@gmail.com

unread,
Oct 11, 2016, 3:09:11 AM10/11/16
to KivyPie

Try:


$sudo umount -l /tmp

-The '-l' corresponds with 'lazy', an option for umount. To see all of the options use:
$umount -h

Reply all
Reply to author
Forward
0 new messages