I’m trying to use plots on Julia-1.8.2 ond Windows 10 but I get the following error:
julia> using Plots
julia> plot(sin)
connect: No error
GKS: can’t connect to GKS socket application
GKS: Open failed in routine OPEN_WS
GKS: GKS not in proper state. GKS must be either in the state WSOP or WSAC in routine ACTIVATE_WS
GKS: GKS not in proper state. GKS must be either in the state WSAC or SGOP in routine FILLAREA
I already installed Plots.jl and it doesn’t work from REPL as well as from vs code.
On your screenshots, your artifacts folder is empty, this explain the error loading the dlls.
Delete it, and then run pkg> instantiate: it should download the artifacts and you should see bin and / or lib with dlls in it.
My artifacts folder is not empty, but the folder with the name e40afe22fcfc9fe1caea4af17a4016e7ef36cd66 is totally empty. So shall I delete artifacts or e40afe22fcfc9fe1caea4af17a4016e7ef36cd66?