Is anyone else facing the same issue as well? I had installation of Julia 1.5.2 earlier. And was using packages like IJulia. Now I installed Julia 1.5.3. When I lauch Julia 1.5.3 and type using IJulia I see the following dump.
[ Info: Precompiling IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a]
ERROR: LoadError: 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
[8] include(::Function, ::Module, ::String) at .\Base.jl:380
[9] include(::Module, ::String) at .\Base.jl:368
[10] top-level scope at none:2
[11] eval at .\boot.jl:331 [inlined]
[12] eval(::Expr) at .\client.jl:467
[13] top-level scope at .\none:3
in expression starting at D:\Users\sambi\.julia\packages\ZeroMQ_jll\EGrXV\src\ZeroMQ_jll.jl:5
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
[9] include(::Function, ::Module, ::String) at .\Base.jl:380
[10] include(::Module, ::String) at .\Base.jl:368
[11] top-level scope at none:2
[12] eval at .\boot.jl:331 [inlined]
[13] eval(::Expr) at .\client.jl:467
[14] top-level scope at .\none:3
β Warning: temp cleanup
β exception =
β 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] temp_cleanup_purge(::Bool) at .\file.jl:514
β [5] temp_cleanup_purge() at .\file.jl:507
β [6] _atexit() at .\initdefs.jl:316
β [7] exit at .\initdefs.jl:28 [inlined]
β [8] _start() at .\client.jl:509
β @ Base.Filesystem file.jl:518
ERROR: LoadError: Failed to precompile ZeroMQ_jll [8f1865be-045e-5c20-9c9f-bfbfb0764568] to D:\Users\sambi\.julia\compiled\v1.5\ZeroMQ_jll\Comll_7BmpT.ji.
...
I cannot install IJulia again as that would download Conda and can be very time consuming. Updating the packages didnβt help. When I launch the Julia 1.5.2 instance everything works file.