Advertisement
Edwardtw92

Untitled

Mar 12th, 2024 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Julia 3.28 KB | None | 0 0
  1. julia> using Pkg
  2.  
  3. julia> Pkg.add("Plots")
  4.    Resolving package versions...
  5.   No Changes to `~/.julia/environments/v1.10/Project.toml`
  6.   No Changes to `~/.julia/environments/v1.10/Manifest.toml`
  7.   0 dependencies successfully precompiled in 4 seconds. 455 already precompiled. 4 skipped during auto due to previous errors.
  8.  
  9. julia> err
  10.  
  11. (@v1.10) pkg> precomepile
  12. ERROR: `precomepile` is not a recognized command. Type ? for help with available commands
  13.  
  14. (@v1.10) pkg> precompile
  15. Precompiling project...
  16.   ✗ Plots
  17.   ✗ Plots → FileIOExt
  18.   ✗ Plots → UnitfulExt
  19.   ✗ Plots → GeometryBasicsExt
  20.   0 dependencies successfully precompiled in 63 seconds. 455 already precompiled.
  21.  
  22. ERROR: The following 1 direct dependency failed to precompile:
  23.  
  24. Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
  25.  
  26. Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to "/home/edwardtw92/.julia/compiled/v1.10/Plots/jl_9Bg8Ai".
  27. ERROR: LoadError: ArgumentError: Package GR [28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71] is required but does not seem to be installed:
  28.  - Run `Pkg.instantiate()` to install all recorded dependencies.
  29.  
  30. Stacktrace:
  31.   [1] _require(pkg::Base.PkgId, env::String)
  32.     @ Base ./loading.jl:1926
  33.   [2] __require_prelocked(uuidkey::Base.PkgId, env::String)
  34.     @ Base ./loading.jl:1812
  35.   [3] #invoke_in_world#3
  36.     @ ./essentials.jl:926 [inlined]
  37.   [4] invoke_in_world
  38.     @ ./essentials.jl:923 [inlined]
  39.   [5] _require_prelocked(uuidkey::Base.PkgId, env::String)
  40.     @ Base ./loading.jl:1803
  41.   [6] macro expansion
  42.     @ ./loading.jl:1790 [inlined]
  43.   [7] macro expansion
  44.     @ ./lock.jl:267 [inlined]
  45.   [8] __require(into::Module, mod::Symbol)
  46.     @ Base ./loading.jl:1753
  47.   [9] #invoke_in_world#3
  48.     @ ./essentials.jl:926 [inlined]
  49.  [10] invoke_in_world
  50.     @ ./essentials.jl:923 [inlined]
  51.  [11] require(into::Module, mod::Symbol)
  52.     @ Base ./loading.jl:1746
  53.  [12] top-level scope
  54.     @ ~/.julia/packages/Plots/a3u1v/src/backends.jl:380
  55.  [13] eval
  56.     @ ./boot.jl:385 [inlined]
  57.  [14] _initialize_backend(pkg::Plots.GRBackend)
  58.     @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:379
  59.  [15] backend(pkg::Plots.GRBackend)
  60.     @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:244
  61.  [16] backend(sym::Symbol)
  62.     @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:254
  63.  [17] load_default_backend()
  64.     @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:201
  65.  [18] backend()
  66.     @ Plots ~/.julia/packages/Plots/a3u1v/src/backends.jl:232
  67.  [19] top-level scope
  68.     @ ~/.julia/packages/Plots/a3u1v/src/init.jl:91
  69.  [20] include(mod::Module, _path::String)
  70.     @ Base ./Base.jl:495
  71.  [21] include(x::String)
  72.     @ Plots ~/.julia/packages/Plots/a3u1v/src/Plots.jl:1
  73.  [22] top-level scope
  74.     @ ~/.julia/packages/Plots/a3u1v/src/Plots.jl:176
  75.  [23] include
  76.     @ ./Base.jl:495 [inlined]
  77.  [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)
  78.     @ Base ./loading.jl:2222
  79.  [25] top-level scope
  80.     @ stdin:3
  81. in expression starting at /home/edwardtw92/.julia/packages/Plots/a3u1v/src/init.jl:91
  82. in expression starting at /home/edwardtw92/.julia/packages/Plots/a3u1v/src/Plots.jl:1
  83. in expression starting at stdin:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement