我在尝试将朱Julia源文件以及PKG文件进行打包,以便于可以在任何电脑上进行工作。但将压缩包在另一台电脑解压后,所安装的包出现了报错。请问是否有方法解决?
julia> versioninfo()
Julia Version 1.5.3
Commit 788b2c77c1 (2020-11-09 13:37 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: AMD Ryzen 5 2400G with Radeon Vega Graphics
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, znver1)
Environment:
JULIA_DEPOT_PATH = D:\julia-1.5.3-win64
JULIA_PKG_SERVER = https://cn-northeast.pkg.juliacn.com
julia> using Plots
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
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:\julia-1.5.3-win64\packages\Tables\8FVkV\src\Tables.jl:3
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 Tables [bd369af6-aec1-5ad0-b16a-f7cc5008161c] to D:\julia-1.5.3-win64\compiled\v1.5\Tables\Z804B_gvUzD.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1305
[3] _require(::Base.PkgId) at .\loading.jl:1030
[4] require(::Base.PkgId) at .\loading.jl:928
[5] require(::Module, ::Symbol) at .\loading.jl:923
[6] include(::Function, ::Module, ::String) at .\Base.jl:380
[7] include(::Module, ::String) at .\Base.jl:368
[8] top-level scope at none:2
[9] eval at .\boot.jl:331 [inlined]
[10] eval(::Expr) at .\client.jl:467
[11] top-level scope at .\none:3
in expression starting at D:\julia-1.5.3-win64\packages\GeometryBasics\4mexZ\src\GeometryBasics.jl:3
ERROR: LoadError: Failed to precompile GeometryBasics [5c1252a2-5f33-56bf-86c9-59e7332b4326] to D:\julia-1.5.3-win64\compiled\v1.5\GeometryBasics\lB452_gvUzD.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1305
[3] _require(::Base.PkgId) at .\loading.jl:1030
[4] require(::Base.PkgId) at .\loading.jl:928
[5] require(::Module, ::Symbol) at .\loading.jl:923
[6] include(::Function, ::Module, ::String) at .\Base.jl:380
[7] include(::Module, ::String) at .\Base.jl:368
[8] top-level scope at none:2
[9] eval at .\boot.jl:331 [inlined]
[10] eval(::Expr) at .\client.jl:467
[11] top-level scope at .\none:3
in expression starting at D:\julia-1.5.3-win64\packages\Plots\6EMd6\src\Plots.jl:11
ERROR: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to D:\julia-1.5.3-win64\compiled\v1.5\Plots\ld3vC_gvUzD.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1305
[3] _require(::Base.PkgId) at .\loading.jl:1030
[4] require(::Base.PkgId) at .\loading.jl:928
[5] require(::Module, ::Symbol) at .\loading.jl:923