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

CSV precompile issue #985

Closed
scotttbecker opened this issue Feb 21, 2022 · 1 comment
Closed

CSV precompile issue #985

scotttbecker opened this issue Feb 21, 2022 · 1 comment

Comments

@scotttbecker
Copy link

I am getting a failure to pre compile when trying to install CSV. I have tried removing my .julia directory and reinstalling Julia to no avail. CSV is the first package that I am trying to add after reinstalling Julia. I am using a Dell XPS 9710 with the latest Windows 11 installed. I am using Julia 1.7.2.

Here is the error:

julia> using CSV
[ Info: Precompiling CSV [336ed68f-0bac-5ca0-87d4-7b16caf5d00b]
ERROR: Failed to precompile CSV [336ed68f-0bac-5ca0-87d4-7b16caf5d00b] to C:\Users\scott.julia\compiled\v1.7\CSV\jl_2527.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

@nilshg
Copy link

nilshg commented Feb 21, 2022

Duplicate of #981

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

3 participants