I’m new to Julia, but I am trying to use the pkg.add(“IJulia”) function and I end up with the error below.
Is there something else I need to do?
Thanks in advance for you help.
julia> using Pkg
julia> Pkg.add(“IJulia”)
Updating registry at C:\Users\garrett.lindsay\.julia\registries\General
Updating git-repo https://github.com/JuliaRegistries/General.git
Resolving package versions…
Downloading artifact: ZeroMQ
Exception calling “DownloadFile” with “2” argument(s): “Unable to connect to the remote server”
At line:12 char:1
- $webclient.DownloadFile("https://pkg.julialang.org/artifact/a3a4de5d2 …
-
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : WebException
Downloading artifact: ZeroMQ
Exception calling “DownloadFile” with “2” argument(s): “Unable to connect to the remote server”
At line:7 char:1
- $webclient.DownloadFile("https://github.com/JuliaBinaryWrappers/ZeroM …
-
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : WebException
ERROR: Unable to automatically install ‘ZeroMQ’ from ‘C:\Users\garrett.lindsay.julia\packages\ZeroMQ_jll\EGrXV\Artifacts.toml’