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
Running reprounzip directory run folder with unpacked code that plots a figure using matplotlib causes the following exception to be thrown:
findfont: Generic family 'sans-serif' not found because none of the following families were found: DejaVu Sans, Bitstream Vera Sans, Computer Modern Sans Serif, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
findfont: Font family ['DejaVu Sans'] not found. Falling back to DejaVu Sans.
Failed to find font DejaVu Sans:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0, and fallback to the default font was disabled.
No font was specified, so I assume it should use the default one.
Matplotlib==3.6.2
Python==3.9.15
The text was updated successfully, but these errors were encountered:
I have seen issue #360 and it looks like the request there was to eliminate the necessity of packing all the fonts. Was any modification introduced to Reprozip to address that request? If so, it might be the reason why now fonts are not seen after unpacking the rpz. Do you know a simple hack that could be added in code to ensure it runs without this issue after unpacking?
We haven't managed to run the docker version because it's searching for the absolute paths from the machine where the trace was done, although no absolute paths were specified anywhere in the code.
Running
reprounzip directory run folder
with unpacked code that plots a figure using matplotlib causes the following exception to be thrown:No font was specified, so I assume it should use the default one.
Matplotlib==3.6.2
Python==3.9.15
The text was updated successfully, but these errors were encountered: