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)
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
yieldsThis 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