Anyone knows what this error is and how to fix it?
I've already tried to
chmod -R 777 /usr/local/python2.6/dist-packages/joblib but with no luck.
/dev/shm was mounted as readonly on ubuntu 10.04
$ mount | grep shm
tmpfs on /dev/shm type tmpfs (ro)
This fixed the problem:
sudo mount -v -o remount,rw /dev/shm