# EOFError: read end of file

**URL:** https://discourse.julialang.org/t/eoferror-read-end-of-file/41921
**Category:** General Usage
**Created:** [June 23, 2020, 9:03am UTC](https://discourse.julialang.org/t/eoferror-read-end-of-file/41921 "2020-06-23T09:03:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![benoitseron](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@benoitseron](https://discourse.julialang.org/u/benoitseron)
#### Post date: [June 23, 2020, 9:03am UTC](https://discourse.julialang.org/t/eoferror-read-end-of-file/41921/1 "2020-06-23T09:03:01Z")

</div>

Hello,

I’ve started using Atom and everything went fine for the couple of times but then I got stuck at this repeating error:

```julia

EOFError: read end of file
in require at base/loading.jl:922
in require at base/loading.jl:927
in _require at base/loading.jl:1006
in _require_search_from_serialized at base/loading.jl:757
in stale_cachefile at base/loading.jl:1402
in parse_cache_header at base/loading.jl:1323
in read at base/iostream.jl:361

```

when trying the single line “using Plots”. I installed one or two packages after using Atom without problems, notably NLsolve, I guess the issue must be linked. I tried to update the packages and reboot, with no effect. What should I do?

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [June 23, 2020, 9:17am UTC](https://discourse.julialang.org/t/eoferror-read-end-of-file/41921/2 "2020-06-23T09:17:50Z")

</div>

Try deleting or renaming `~/.julia/compiled` and restart Atom.
