Closed alhirzel closed 3 years ago
I also gets this error on Windows:
using ArgParse
[ Info: Precompiling ArgParse [c7e460c6-2fb9-53a9-8c5b-16f535851c63]
ERROR: IOError: unlink: permission denied (EACCES)
Stacktrace:
[1] uv_error at .\libuv.jl:97 [inlined]
[2] unlink(::String) at .\file.jl:918
[3] rm(::String; force::Bool, recursive::Bool) at .\file.jl:268
[4] compilecache(::Base.PkgId, ::String) at .\loading.jl:1300
[5] _require(::Base.PkgId) at .\loading.jl:1030
[6] require(::Base.PkgId) at .\loading.jl:928
[7] require(::Module, ::Symbol) at .\loading.jl:923
caused by [exception 1]
IOError: unlink: permission denied (EACCES)
Stacktrace:
[1] uv_error at .\libuv.jl:97 [inlined]
[2] unlink(::String) at .\file.jl:918
[3] rm(::String; force::Bool, recursive::Bool) at .\file.jl:268
[4] rename(::String, ::String; force::Bool) at .\file.jl:928
[5] compilecache(::Base.PkgId, ::String) at .\loading.jl:1296
[6] _require(::Base.PkgId) at .\loading.jl:1030
[7] require(::Base.PkgId) at .\loading.jl:928
[8] require(::Module, ::Symbol) at .\loading.jl:923
Any idea?
@carlobaldassi, Will it solve the issue I raised?
@RoyiAvital no, your issue seems to be unrelated. It looks like you are getting a complaint about the permissions fr deleting files. It looks like an issue with the julia installation or the packages directory.
Encountered what appears to be a corner case with symbols and commands.
https://github.com/carlobaldassi/ArgParse.jl/blob/92764f24e1149a8b81860667f0f7d74d0af5a99a/src/parsing.jl#L934