Failed process: error while adding python cis library

What is your output of:

cat /etc/fstab

A line like

tmpfs     /tmp     tmpfs     defaults,size=2G,mode=1777     0     0

at the end, followed by a reboot might help.

Or executing

sudo mount -o remount,size=2G /tmp

without reboot, but that would only temporarily increase the size of the /tmp folder.

1 Like