Skip to content
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

Support for PlotlyKaleido@2 #4919

Open
ven-k opened this issue Apr 15, 2024 · 0 comments
Open

Support for PlotlyKaleido@2 #4919

ven-k opened this issue Apr 15, 2024 · 0 comments

Comments

@ven-k
Copy link

ven-k commented Apr 15, 2024

Please update Plots support PlotlyKaleido@2.

On a sysimage with PlotlyKaleido@1 no new packages can be added due to a process spawned by it that hangs the precompilation of the new package.
MWE

using Pkg, PackageCompiler
Pkg.activate(; temp=true)
Pkg.add(name="PlotlyKaleido", version="1.0.0")
create_sysimage(["PlotlyKaleido"]; sysimage_path="plotly_kaleido.so")

With julia -Jplotly_kaleido.so

] add Revise
Precompiling Revise
  Progress [>                                        ]  0/7
^C Interrupted: Exiting precompilation...            ]  0/7
  ◒ CodeTracking Waiting for background task / IO / timer. Interrupt to inspect
  4 dependencies had output during precompilation: timer. Interrupt to inspect
┌ CodeTrackinglections Waiting for background task / IO / timer. Interrupt to inspect
│  [pid 14744] waiting for IO to finish: / IO / timer. Interrupt to inspect
│   Handle type        uv_handle_t->data
│   pipe[18]           0x15da930->0x7fa1c1fe0e70
│   pipe[16]           0x1580460->0x7fa1c1fe0f10
│   process[14763]     0x154e7c0->0x7fa1c1f24550

If you inspect the PID, the CMD is /bin/bash /home/user/.julia/artifacts/bd3689c641088ffac77cbb10f229cae0537d286a/kaleido plotly --disable-gpu --no-sandbox

This issue is doesn't appear with PlotlyKaleido@2. So updating it here would mitigate this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant