Christopher Rowley
Christopher Rowley
> Hm, is this actually an issue? I can add and remove packages from Julia environments, so wouldn't installing a new package be equivalent to add'ing a new Julia dependency?...
Ok thanks, I understand you now. I think this approach to try and install Julia at pip-install time would only work with a source distribution of the package, not a...
Please take a look at #35 which is a stepping-stone towards this.
Thanks for the info, I'll see what happens next time I make a release. On a related note, CompatHelper stopped working a few days ago and I don't know why....
Putting `@time` on each line, we get: 0.9, 0.0, 1.5, 0.5, 2.5. Subsequently, all the time is in `display(p)`. With the compiler options set, we get: 0.7, 0.0, 0.3, 0.4,...
Precompiling `figure()` brings line 3 down to 0.7 seconds (5 seconds total). A few more precompiles brings it down to 4.8 seconds total.
So you're thinking you'd like packages to be able to specify a preferred version of Julia, such as ```json { "julia": "1", "preferred_julia": "1 - 1.10", } ``` ? Then...
Up until a few days ago, the micromamba_jll had not been rebuilt for about 9 months. So if this is a new issue then probably it is an upstream issue...
Maybe try the tips in https://docs.julialang.org/en/v1/devdocs/precompile_hang to try and figure out where the issue lies?
Here's what I get installing micromamba_jll into a new depot: ``` Precompiling project... 5 dependencies successfully precompiled in 35 seconds 1 dependency had output during precompilation: ┌ micromamba_jll │ Downloading...