# Missing source file for ZMQ

**URL:** https://discourse.julialang.org/t/missing-source-file-for-zmq/121090
**Category:** New to Julia
**Tags:** zmq
**Created:** [October 9, 2024, 7:27am UTC](https://discourse.julialang.org/t/missing-source-file-for-zmq/121090 "2024-10-09T07:27:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Kristijan\_Slonka](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristijan_slonka/32/212515_2.png) [@Kristijan\_Slonka](https://discourse.julialang.org/u/Kristijan_Slonka)
#### Post date: [October 9, 2024, 7:27am UTC](https://discourse.julialang.org/t/missing-source-file-for-zmq/121090/1 "2024-10-09T07:27:53Z")

</div>

![2024-10-09_09-25-36](https://global.discourse-cdn.com/julialang/original/3X/c/f/cfbcc8ce441548421225b13c4933498c80c06ee9.png)

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [October 9, 2024, 3:50pm UTC](https://discourse.julialang.org/t/missing-source-file-for-zmq/121090/2 "2024-10-09T15:50:57Z")

</div>

Can you share the output of:

```julia
versioninfo()

```

And the output of:

```julia
using Pkg
Pkg.status()

```

?

And please do NOT share a screenshot. Copy and paste the text instead, and include the pasted messages in triple backticks, like ```

---

<div class="post-metadata">

### Author: ![JamesNZ](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jamesnz/32/35361_2.png) [@JamesNZ](https://discourse.julialang.org/u/JamesNZ)
#### Post date: [October 10, 2024, 3:23pm UTC](https://discourse.julialang.org/t/missing-source-file-for-zmq/121090/3 "2024-10-10T15:23:13Z")

</div>

I believe this is solved now: [Missing source file for ZMQ · Issue #251 · JuliaInterop/ZMQ.jl · GitHub](https://github.com/JuliaInterop/ZMQ.jl/issues/251)  
It was probably this issue: [Error missing source file while precompiling on 1.10.2 · Issue #53623 · JuliaLang/julia · GitHub](https://github.com/JuliaLang/julia/issues/53623)
