Compiler missing error

Hi

I use a numba AOT compiler inside the aquacrop pypi library and everything has always worked perfectly when deploying on streamlit servers. I have just had to reboot the app because of reaching resource limits and this has now lead to the following error after reboot:

RuntimeError: Attempted to compile AOT function without the compiler used by `numpy.distutils` present. If using conda try:

#> conda install gcc_linux-64 gxx_linux-64

I cannot find any issues with updated versions but figure that must be reason. Can anything think of why the gcc compiler is suddenly missing after a reboot?

Close as duplicate of: Compilation no longer works after reboot