Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- julia> using Pkg
- julia> Pkg.add("Plots")
- Resolving package versions...
- No Changes to `~/.julia/environments/v1.10/Project.toml`
- No Changes to `~/.julia/environments/v1.10/Manifest.toml`
- 0 dependencies successfully precompiled in 4 seconds. 455 already precompiled. 4 skipped during auto due to previous errors.
- julia> err
- (@v1.10) pkg> precomepile
- ERROR: `precomepile` is not a recognized command. Type ? for help with available commands
- (@v1.10) pkg> precompile
- Precompiling project...
- ✗ Plots
- ✗ Plots → FileIOExt
- ✗ Plots → UnitfulExt
- ✗ Plots → GeometryBasicsExt
- 0 dependencies successfully precompiled in 63 seconds. 455 already precompiled.
- ERROR: The following 1 direct dependency failed to precompile:
- Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
- Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to "/home/edwardtw92/.julia/compiled/v1.10/Plots/jl_9Bg8Ai".
- ERROR: LoadError: ArgumentError: Package GR [28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71] is required but does not seem to be installed:
- - Run `Pkg.instantiate()` to install all recorded dependencies.
- Stacktrace:
- [1] _require(pkg::Base.PkgId, env::String)
- @ Base ./loading.jl:1926
- [2] __require_prelocked(uuidkey::Base.PkgId, env::String)
- @ Base ./loading.jl:1812
- [3] #invoke_in_world#3
- @ ./essentials.jl:926 [inlined]
- [4] invoke_in_world
- @ ./essentials.jl:923 [inlined]
- [5] _require_prelocked(uuidkey::Base.PkgId, env::String)
- @ Base ./loading.jl:1803
- [6] macro expansion
- @ ./loading.jl:1790 [inlined]
- [7] macro expansion
- @ ./lock.jl:267 [inlined]
- [8] __require(into::Module, mod::Symbol)
- @ Base ./loading.jl:1753
- [9] #invoke_in_world#3
- @ ./essentials.jl:926 [inlined]
- [10] invoke_in_world
- @ ./essentials.jl:923 [inlined]
- [11] require(into::Module, mod::Symbol)
- @ Base ./loading.jl:1746
- [12] top-level scope
- @ ~/.julia/packages/Plots/a3u1v/src/backends.jl:380
- [13] eval
- @ ./boot.jl:385 [inlined]
- [14] _initialize_backend(pkg::Plots.GRBackend)
- @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:379
- [15] backend(pkg::Plots.GRBackend)
- @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:244
- [16] backend(sym::Symbol)
- @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:254
- [17] load_default_backend()
- @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:201
- [18] backend()
- @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:232
- [19] top-level scope
- @ ~/.julia/packages/Plots/a3u1v/src/init.jl:91
- [20] include(mod::Module, _path::String)
- @ Base ./Base.jl:495
- [21] include(x::String)
- @ Plots ~/.julia/packages/Plots/a3u1v/src/Plots.jl:1
- [22] top-level scope
- @ ~/.julia/packages/Plots/a3u1v/src/Plots.jl:176
- [23] include
- @ ./Base.jl:495 [inlined]
- [24] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
- @ Base ./loading.jl:2222
- [25] top-level scope
- @ stdin:3
- in expression starting at /home/edwardtw92/.julia/packages/Plots/a3u1v/src/init.jl:91
- in expression starting at /home/edwardtw92/.julia/packages/Plots/a3u1v/src/Plots.jl:1
- in expression starting at stdin:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement