Installing python modules

Hi,

I’m trying to install python modules in a vm, but I get an Errror: No space left on device although there is enough space left:

user@personal ~ @ pip install --user xonsh-autoxsh
Collecting xonsh-autoxsh
Obtaining dependency information for xonsh-autoxsh from https://files.pythonhosted.org/packages/fb/94/083b83795b42c103d2159afc98e91e5691f4aabef2d1f8eac73c002fe75f/xonsh_autoxsh-0.3-py3-none-any.whl.metadata
Downloading xonsh_autoxsh-0.3-py3-none-any.whl.metadata (684 bytes)
Downloading xonsh_autoxsh-0.3-py3-none-any.whl (2.9 kB)
Installing collected packages: xonsh-autoxsh
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device

user@personal ~ [1] @ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/dmroot 20G 7.3G 12G 40% /
none 20G 7.3G 12G 40% /usr/lib/modules
devtmpfs 4.0M 0 4.0M 0% /dev
tmpfs 1.0G 0 1.0G 0% /dev/shm
tmpfs 70M 768K 69M 2% /run
tmpfs 1.0G 56K 1.0G 1% /tmp
/dev/xvdb 2.0G 1.9G 0 100% /rw
tmpfs 35M 100K 35M 1% /run/user/1000
/dev/mapper/sd 447G 226G 199G 54% /mnt/removable
user@personal ~ @ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/dmroot 1299984 257880 1042104 20% /
none 1299984 257880 1042104 20% /usr/lib/modules
devtmpfs 41114 464 40650 2% /dev
tmpfs 44493 2 44491 1% /dev/shm
tmpfs 819200 660 818540 1% /run
tmpfs 44493 54 44439 1% /tmp
/dev/xvdb 131072 3830 127242 3% /rw
tmpfs 8898 105 8793 2% /run/user/1000
/dev/mapper/sd 29720576 267795 29452781 1% /mnt/removable

Any ideas?

Thanks Jan

Your qube’s private storage is full, increase the private storage size in qube’s Settings and restart the qube.

1 Like

Restarting the qube is optional. Once you click apply it should automatically work.

1 Like

Thanks works like a charm.

1 Like