You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may not be a Plots.jl issue but not sure where else to report this.
I've been having trouble compiling a custom sysimage via VS Code's build task (v1.47.2).
The process fails with error: "invalid redefinition of constant UnitfulExt"
If I remove Plots.jl from my environment however, the error disappears.
This is difficult to reproduce, not knowing exactly what you are calling. Those packages all happily load together in a temp project (though it takes a while because there's a lot of them). Creating a sysimage with path = joinpath(mktempdir, "sysimage.so"); Pkg.add("PackageCompiler"); using PackageCompiler; PackageCompiler.create_sysimage(;sysimage_path=path); died, but it looked more like an OOM problem than package incompatibility. I did not see your error message.
Could you write a self-contained example of what you're trying to do? And ideally try to minimize the number of packages required to show the bug. Also include what versions of Julia and Plots you use.
Details
This may not be a Plots.jl issue but not sure where else to report this.
I've been having trouble compiling a custom sysimage via VS Code's build task (v1.47.2).
The process fails with error: "invalid redefinition of constant UnitfulExt"
If I remove Plots.jl from my environment however, the error disappears.
Dependencies in my environment:
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.38.16
Backend version (
]st -m <backend(s)>
):Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: