JuliaPlots / PlotlyJS.jl

Julia library for plotting with plotly.js
Other
424 stars 78 forks source link

Warning: Kaleido is not available on this system on 1.6.0-rc3 #371

Closed jkrimmer closed 3 years ago

jkrimmer commented 3 years ago

The most recent build allows to install PlotlyJS on the julia 1.6 release candidate. However, there seems to be an issue with the permissions of the kaleido artifact on Windows. Since using PlotlyJS yields

julia> using PlotlyJS
┌ Warning: Kaleido is not available on this system. Julia will be unable to produce any plots.
└ @ PlotlyBase C:\Users\mv6955\.julia\packages\PlotlyBase\1axKx\src\kaleido.jl:58

This warning can be avoided by manually adjusting the permissions of the files in the kaleido folder in .julia/artifacts (by default, the binaries cannot be executed without administrator privileges).

Version info

julia> versioninfo()
Julia Version 1.6.0-rc3
Commit 23267f0d46 (2021-03-16 17:04 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: AMD Ryzen 7 PRO 4750U with Radeon Graphics
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, znver2)
jkrimmer commented 3 years ago

Fixed in PlotlyBase v0.5.1, see https://github.com/sglyon/PlotlyBase.jl/releases/tag/v0.5.1