Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using CSV throws EOFError #719

Closed
stephenbnicar opened this issue Aug 11, 2020 · 2 comments
Closed

using CSV throws EOFError #719

stephenbnicar opened this issue Aug 11, 2020 · 2 comments

Comments

@stephenbnicar
Copy link

Updated CSV today to 0.7.7 from 0.6.x and now I'm getting an error every time I try to load it. Tried removing and re-adding but no luck. Tried build CSV. Tried to precompile but getting the same error. I'm mystified; never had this error before.

julia> using CSV
ERROR: EOFError: read end of file
Stacktrace:
 [1] read(::IOStream, ::Type{Int64}) at ./iostream.jl:397
 [2] parse_cache_header(::IOStream) at ./loading.jl:1341
 [3] stale_cachefile(::String, ::String) at ./loading.jl:1420
 [4] _require_search_from_serialized(::Base.PkgId, ::String) at ./loading.jl:758
 [5] _require(::Base.PkgId) at ./loading.jl:1007
 [6] require(::Base.PkgId) at ./loading.jl:928
 [7] require(::Module, ::Symbol) at ./loading.jl:923
julia> versioninfo()
Julia Version 1.5.0
Commit 96786e22cc (2020-08-01 23:44 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin18.7.0)
  CPU: Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
  JULIA_EDITOR = vim
@stephenbnicar
Copy link
Author

After removing all other packages, gcing, and re-adding CSV, I was still getting the error. So I wiped my whole Julia installation and reinstalled everything and it's working fine now.

@quinnj
Copy link
Member

quinnj commented Sep 4, 2020

Glad you got it figured out!

@quinnj quinnj closed this as completed Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants