You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works normally until I added restrictive options "--n_cpus 24 --mem_gb 128". After that, I got the error massages like this:
Matplotlib created a temporary config/cache directory at /tmp/matplotlib-3yjspzlp
because the default path (/home/mriqc/.config/matplotlib) is not a writable directory;
it is highly recommended to set the MPLCONFIGDIR environment variable to a writable
directory, in particular to speed up the import of Matplotlib and to better support
multiprocessing.
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
...
We tried to set environment variable for the default path (/home/mriqc/.config/matplotlib) with write permission but it did not help, even though we ran the command without extra options...
There is a similar situation but in my case, the matplotlib stopped generating figures so the outputs were not intact.
Have you already solved this problem and could give me some advice? @jbwexler
Or does anyone know how to configure it to define a cache dir correctly? Thank you for any help you could offer!
The text was updated successfully, but these errors were encountered:
Hello!
Similar errors occurred here! I am running MRIQC using 'datalad containers-run' (with Singularity containers) with command
It works normally until I added restrictive options "--n_cpus 24 --mem_gb 128". After that, I got the error massages like this:
We tried to set environment variable for the default path (/home/mriqc/.config/matplotlib) with write permission but it did not help, even though we ran the command without extra options...
There is a similar situation but in my case, the matplotlib stopped generating figures so the outputs were not intact.
Have you already solved this problem and could give me some advice? @jbwexler
Or does anyone know how to configure it to define a cache dir correctly? Thank you for any help you could offer!
The text was updated successfully, but these errors were encountered: