-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using PyPlot
crashes package precompilation on Julia v1.10.0-beta1
#572
Comments
Probably the same as discussed on this issue: comonicon/Comonicon.jl#249 i.e., this block: Lines 171 to 209 in 343430a
See JuliaPlots/PlotlyKaleido.jl#6 for an example of a fix. I guess PyPlot.jl will have to do something similar |
This was already fixed in #565, we just need a new release. (Last release was in March, before that PR was merged.) |
Ah, that explains it :) |
Closed by JuliaRegistries/General#89626 |
[this is also cross-post on PyCall https://github.com/JuliaPy/PyCall.jl/issues/1047]
Consider the following package:
Where
PyPlot
has been added viaPkg.add
to dependencies andTest1.jl
containsIn that case
using Test1
(afterPkg.activate
) goes into an endless loop (I pressed Ctrl+C at some point):When this is run on a fresh Julia installation it seemed that it additionally tries to install matplotlib via Conda (regardless of the fact that it is already present due to PyPlot being built earlier).
Tested on Julia 1.10 beta1, Windows11 as well Linux by myself and @giordano
The text was updated successfully, but these errors were encountered: