79782142

Date: 2025-10-03 20:37:26
Score: 1.5
Natty:
Report link

In my case I had to rm -rf \~/.matplotlib/tex.cache, as suggested here: https://tug.org/pipermail/tex-live/2013-February/033008.html

You can find the directory that needs to be wiped in python:

import matplotlib as mpl
mpl.get_cachedir()

as mentioned here: matplotlib used in parallel crashes because of cache files (tex-renderin)

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roel