-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
Quite a few people have reported this recently:
Failed to precompile CSV [336ed68f-0bac-5ca0-87d4-7b16caf5d00b] to C:\Users\ngudat\.julia\compiled\v1.7\CSV\jl_C39B.tmp.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, ignore_loaded_modules::Bool)
@ Base .\loading.jl:1466
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base .\loading.jl:1410
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1120
[5] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:1013
[6] require(into::Module, mod::Symbol)
@ Base .\loading.jl:997
[7] eval
@ .\boot.jl:373 [inlined]
[8] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String)
@ Base .\loading.jl:1196
(there's a discussion on Slack where three people are seeing it, and a Discourse discussion here [note the discussion initially is about the old Parsers issue, but further down people are reporting this new issue).
Unfortunately it's hard to reproduce because it appears it is generally solved by doing either ] build CSV
or just repeatedly calling using CSV
.
felipenoris, A1-Mathematik, casasgomezuribarri, dancsi and sosiristseng
Metadata
Metadata
Assignees
Labels
No labels