# Add IJulia Error with Artifact ZeroMQ: Unable to Connect to Server

**URL:** https://discourse.julialang.org/t/add-ijulia-error-with-artifact-zeromq-unable-to-connect-to-server/54649
**Category:** New to Julia
**Created:** [February 4, 2021, 8:41pm UTC](https://discourse.julialang.org/t/add-ijulia-error-with-artifact-zeromq-unable-to-connect-to-server/54649 "2021-02-04T20:41:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Goose](https://avatars.discourse-cdn.com/v4/letter/g/5f9b8f/32.png) [@Goose](https://discourse.julialang.org/u/Goose)
#### Post date: [February 4, 2021, 8:41pm UTC](https://discourse.julialang.org/t/add-ijulia-error-with-artifact-zeromq-unable-to-connect-to-server/54649/1 "2021-02-04T20:41:42Z")

</div>

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](https://pkg.julialang.org/artifact/a3a4de5d2) …
- 

```julia
  + 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](https://github.com/JuliaBinaryWrappers/ZeroM) …
- 

```julia
  + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  + FullyQualifiedErrorId : WebException

```

ERROR: Unable to automatically install ‘ZeroMQ’ from ‘C:\Users\garrett.lindsay.julia\packages\ZeroMQ\_jll\EGrXV\Artifacts.toml’
