Open milech opened 1 year ago
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?
The directory
unpacker provides no isolation so it's hard to tell if the experiment even looked in the right place. $HOME is set so hopefully yes.
Does this happen if you use another unpacker?
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