I just installed Erdos IDE but it did not succeed in installing Julia kernel dependencies, what should I do? I get this message:
PS C:\Program Files\Lotas Erdos\resources\app\extensions\erdos-julia\resources\julia-kernel> C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\bin\julia.exe --project=. -e “using Pkg; Pkg.instantiate()”
Updating registry at C:\Users\aerde\.julia\registries\General.toml
ERROR: SystemError: opening file “C:\Program Files\Lotas Erdos\resources\app\extensions\erdos-julia\resources\julia-kernel\Manifest.toml”: Permission denied
Stacktrace:
[1] systemerror(p::String, errno::Int32; extrainfo::Nothing)
@ Base .\error.jl:186
[2] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing)
@ Base .\iostream.jl:317
[3] open
@ .\iostream.jl:296 [inlined]
[4] open(fname::String, mode::String; lock::Bool)
@ Base .\iostream.jl:380
[5] open(fname::String, mode::String)
@ Base .\iostream.jl:379
[6] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::Vararg{String}; kwargs::@Kwargs{})
@ Base .\io.jl:408
[7] open
@ .\io.jl:407 [inlined]
[8] write
@ .\io.jl:489 [inlined]
[9] write_manifest
@ C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\manifest.jl:391 [inlined]
[10] write_manifest(manifest::Pkg.Types.Manifest, manifest_file::String)
@ Pkg.Types C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\manifest.jl:375
[11] write_manifest
@ C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\manifest.jl:367 [inlined]
[12] write_env(env::Pkg.Types.EnvCache; update_undo::Bool, skip_writing_project::Bool)
@ Pkg.Types C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\Types.jl:1253
[13] write_env
@ C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\Types.jl:1231 [inlined]
[14] up(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}, level::UpgradeLevel; skip_writing_project::Bool, preserve::Nothing)
@ Pkg.Operations C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\Operations.jl:1907
[15] up
@ C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\Operations.jl:1880 [inlined]
[16] up(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; level::UpgradeLevel, mode::PackageMode, preserve::Nothing, update_registry::Bool, skip_writing_project::Bool, kwargs::@Kwargs{})
@ Pkg.API C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\API.jl:391
[17] up
@ C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\API.jl:363 [inlined]
[18] up
@ C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\API.jl:169 [inlined]
[19] instantiate(ctx::Pkg.Types.Context; manifest::Nothing, update_registry::Bool, verbose::Bool, platform::Base.BinaryPlatforms.Platform, allow_build::Bool, allow_autoprecomp::Bool, workspace::Bool, julia_version_strict::Bool, kwargs::@Kwargs{})
@ Pkg.API C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\API.jl:1217
[20] instantiate
@ C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\API.jl:1192 [inlined]
[21] instantiate(; kwargs::@Kwargs{})
@ Pkg.API C:\Users\aerde.julia\juliaup\julia-1.12.1+0.x64.w64.mingw32\share\julia\stdlib\v1.12\Pkg\src\API.jl:1191
[22] top-level scope
@ none:1
[23] eval(m::Module, e::Any)
@ Core .\boot.jl:489
[24] exec_options(opts::Base.JLOptions)
@ Base .\client.jl:283
[25] _start()
@ Base .\client.jl:550
PS C:\Program Files\Lotas Erdos\resources\app\extensions\erdos-julia\resources\julia-kernel>