-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
[BUG] Using PackageCompiler with Plots fails for newer versions of Plots #4664
Comments
What does From the looks of it, if Also, please report: julia> Plots.PlotsDisplay() in Base.Multimedia.displays
true |
|
It seems that the position of From
You might want to play with inserting At least, you have a workaround using But honestly I don't think we will be working on a fix since this is |
I had a similar problem with Bokeh.jl which was fixed pretty fast: cjdoris/Bokeh.jl#19 And I think it would be nice if the use of Plots with PackageCompiler would be supported, I think a lot of people use them together... |
Well, if you got a fix for that, make a PR :) |
Workaround:
Call |
Test script:
Commands to create system image:
If I now launch julia with:
julia -J sys_plots.so --project
and then try to create a plot with:
I get the following text output:
But no plot window is popping up.
This bug is present with the following packages:
But disappears if I downgrade Plots.jl to version v1.36.6.
Releated bug: JuliaLang/PackageCompiler.jl#786
The text was updated successfully, but these errors were encountered: