(very) Long compilation time when adding packages to Google Colab

I really enjoy Julia’s support on Google Colab!
One annoying issue is that adding packages (even simple ones) leads to an endless (pre (?)-)compilation process.
For instance:

import Pkg; Pkg.add(["Bootstrap"]);

still running after 15 min of wait…

Is there a workaround?

Thanks!

1 Like