-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Pre-compilation does not finish with version 0.18.11 #477
Comments
This appears to be a duplicate of #473. The issue is described in https://discourse.julialang.org/t/plotlyjs-0-18-11-hangs-when-trying-using-but-only-the-first-time/105636/5. |
I am not sure this is the same problem I am having similar issues on Windows 10-11 and also Ubuntu 22 When adding my package on these machines it gets stuck during the pre-compilation of DashBasePlotlyJSExt (hangs forever). It was working just fine before Julia 1.10 |
That is most likely JuliaPlots/PlotlyKaleido.jl#13 |
Please try 0.18.13 |
Hi, so version 0.18.13 does help with the pre-compilation on Windows, that can be completed now. However, when "using my_package" it now loads forever (on Windows only). I have to cancel the "using my_package" and relaunch it several times before it is able to actually load the package. This is especially a problem for the CI as because of this it still fails on Windows! Hope this helps, and thanks for the support Nicolas |
This is the error I get now when trying to use PlotlyJS on windows (after trying to load for 360min):
|
This should be solved now. See the related comment in #473 (comment) for more details. Edit: It does not specifically solves this in 0.18.11, you'd need to update to 0.18.13 and make sure that the dependent PlotlyKaleido is at least at version 2.2.4 (which should happen automatically if you install PlotlyJS from now on) |
I am developing a package that uses PlotlyJS. When I upgraded to version 0.18.11 the pre-compilation would not complete and would get stopped on github after 6 hours. Reverting to version 0.18.10 makes the pre-compilation work again.
Please provide the following:
Julia Version 1.9.4
Commit 8e5136fa29 (2023-11-14 08:46 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, skylake)
Threads: 1 on 12 virtual cores
Environment:
JULIA_IMAGE_THREADS = 1
JULIA_NUM_THREADS = 1
[31c24e10] Distributions v0.25.104
[86223c79] Graphs v1.9.0
[f0f68f2c] PlotlyJS v0.18.11
[8a0b78ce] SupplyChainModeling v0.1.2
[ade2ca70] Dates
[cf7118a7] UUIDs
The text was updated successfully, but these errors were encountered: