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
I am running Julia on Windows 11 and I am facing a "Kaleido" issue that has been reported elsewhere on the Web. More explicitly, I receive the following warning when I try to use PlotlyJS:
julia> using PlotlyJS
julia> ┌ Warning: Kaleido is not available on this system. Julia will be unable to save images of any plots.
└ @ PlotlyJS C:\Users\maucejo\.julia\packages\PlotlyJS\Jj38U\src\kaleido.jl:65
┌ Warning: ErrorException("Could not start Kaleido process")
└ @ PlotlyJS C:\Users\maucejo\.julia\packages\PlotlyJS\Jj38U\src\kaleido.jl:66
Here is the ouput of versioninfo()
Julia Version 1.8.2
Commit 36034abf26 (2022-09-29 15:21 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 8 × Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, skylake)
Threads: 1 on 8 virtual cores
I actually found the source of the bug and now everything works as expected. For those having the same problem, the issue is neither related to PlotlyJS.jl or kaleido. It is a Windows 11 issue and more precisely a cmd prompt issue.
Kaleido won't work if, when opening the cmd prompt, the error message Process Exited With Code 1 appears. In this case kaleido.cmd doesn't run, which leads to the warning Kaleido is not available on this system.
To solve this issue, you have to open Powershell as administrator and type C:\Windows\System32\reg.exe DELETE "HKCU\Software\Microsoft\Command Processor" /v AutoRun /f (see link for details). After a restart of your terminal, the problem is normally solved.
Hi all,
I am running Julia on Windows 11 and I am facing a "Kaleido" issue that has been reported elsewhere on the Web. More explicitly, I receive the following warning when I try to use PlotlyJS:
Here is the ouput of
versioninfo()
The output of
] st
To try to solve this issue, I tried to:
gc --all
) and reinstall PlotlyJS.Unfortunately, none of the previous actions solved the problem. I am out of solution. Does someone find a solution ?
FYI, I ha en't this problem on Linux (Arch).
Thank you for your help.
The text was updated successfully, but these errors were encountered: