Hi. I am having problems installing ZMQ when I try to install IJulia.
I am using ArchLinux in WSL2 on Win10 version 19041, julia version 1.3.1.
Servel weeks ago I have successfully installed IJulia. For some reason I have to reinstall but get this error:
(v1.3) pkg> add IJulia
Updating registry at ~/.julia/registries/General
Updating git-repo https://github.com/JuliaRegistries/General.git
┌ Warning: Some registries failed to update:
│ — /home/wuli/.julia/registries/General — failed to fetch from repo
└ @ Pkg.Types /build/julia/src/julia-1.3.1/usr/share/julia/stdlib/v1.3/Pkg/src/Types.jl:1199
Resolving package versions…
ERROR: Unable to automatically install ‘ZeroMQ’ from /home/wuli/.julia/packages/ZeroMQ_jll/SbMEz/Artifacts.toml’
Stacktrace:
[1] (::Pkg.Artifacts.var"#kw##ensure_artifact_installed")(::NamedTuple{(:platform, :verbose),Tuple{Pkg.BinaryPlatforms.Linux,Bool}}, ::typeof(Pkg.Artifacts.ensure_artifact_installed), ::String, ::Dict{String,Any}, ::String) at ./none:0
[2] do_add!(::Dict{Symbol,Any}, ::Array{Pkg.Types.PackageSpec,1}, ::Dict{Symbol,Any}) at /build/julia/src/julia-1.3.1/usr/share/julia/stdlib/v1.3/Pkg/src/REPLMode.jl:505
I deleted ~/.julia and retry but get the same error.
Thank you for your help!