Advertisement
Guest User

Untitled

a guest
Oct 8th, 2022
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. julia>
  2.  
  3. [ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
  4. ERROR: LoadError: InitError: UndefVarError: GR_jll not defined
  5. Stacktrace:
  6. [1] __init__()
  7. @ GR.GRPreferences ~/.julia/packages/GR/eEMaG/src/preferences.jl:40
  8. [2] _include_from_serialized(pkg::Base.PkgId, path::String, depmods::Vector{Any})
  9. @ Base ./loading.jl:831
  10. [3] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt64)
  11. @ Base ./loading.jl:1039
  12. [4] _require(pkg::Base.PkgId)
  13. @ Base ./loading.jl:1315
  14. [5] _require_prelocked(uuidkey::Base.PkgId)
  15. @ Base ./loading.jl:1200
  16. [6] macro expansion
  17. @ ./loading.jl:1180 [inlined]
  18. [7] macro expansion
  19. @ ./lock.jl:223 [inlined]
  20. [8] require(into::Module, mod::Symbol)
  21. @ Base ./loading.jl:1144
  22. [9] include(mod::Module, _path::String)
  23. @ Base ./Base.jl:419
  24. [10] include(x::String)
  25. @ Plots ~/.julia/packages/Plots/AAjgN/src/Plots.jl:1
  26. [11] top-level scope
  27. @ ~/.julia/packages/Plots/AAjgN/src/Plots.jl:201
  28. [12] include
  29. @ ./Base.jl:419 [inlined]
  30. [13] 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, UInt64}}, source::String)
  31. @ Base ./loading.jl:1554
  32. [14] top-level scope
  33. @ stdin:1
  34. during initialization of module GRPreferences
  35. in expression starting at /Users/matteomassaro/.julia/packages/Plots/AAjgN/src/backends/gr.jl:3
  36. in expression starting at /Users/matteomassaro/.julia/packages/Plots/AAjgN/src/Plots.jl:1
  37. in expression starting at stdin:1
  38. ERROR: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to /Users/matteomassaro/.julia/compiled/v1.8/Plots/jl_UAJ1fb.
  39. Stacktrace:
  40. [1] error(s::String)
  41. @ Base ./error.jl:35
  42. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  43. @ Base ./loading.jl:1707
  44. [3] compilecache
  45. @ ./loading.jl:1651 [inlined]
  46. [4] _require(pkg::Base.PkgId)
  47. @ Base ./loading.jl:1337
  48. [5] _require_prelocked(uuidkey::Base.PkgId)
  49. @ Base ./loading.jl:1200
  50. [6] macro expansion
  51. @ ./loading.jl:1180 [inlined]
  52. [7] macro expansion
  53. @ ./lock.jl:223 [inlined]
  54. [8] require(into::Module, mod::Symbol)
  55. @ Base ./loading.jl:1144
  56. [9] eval
  57. @ ./boot.jl:368 [inlined]
  58. [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
  59. @ Base ./loading.jl:1428
  60. [11] include_string(m::Module, txt::String, fname::String)
  61. @ Base ./loading.jl:1438
  62. [12] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
  63. @ Base ./essentials.jl:729
  64. [13] invokelatest(::Any, ::Any, ::Vararg{Any})
  65. @ Base ./essentials.jl:726
  66. [14] inlineeval(m::Module, code::String, code_line::Int64, code_column::Int64, file::String; softscope::Bool)
  67. @ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.36.2/scripts/packages/VSCodeServer/src/eval.jl:233
  68. [15] (::VSCodeServer.var"#66#70"{Bool, Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams})()
  69. @ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.36.2/scripts/packages/VSCodeServer/src/eval.jl:157
  70. [16] withpath(f::VSCodeServer.var"#66#70"{Bool, Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams}, path::String)
  71. @ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.36.2/scripts/packages/VSCodeServer/src/repl.jl:249
  72. [17] (::VSCodeServer.var"#65#69"{Bool, Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams})()
  73. @ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.36.2/scripts/packages/VSCodeServer/src/eval.jl:155
  74. [18] hideprompt(f::VSCodeServer.var"#65#69"{Bool, Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams})
  75. @ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.36.2/scripts/packages/VSCodeServer/src/repl.jl:38
  76. [19] (::VSCodeServer.var"#64#68"{Bool, Bool, Bool, Module, String, Int64, Int64, String, VSCodeServer.ReplRunCodeRequestParams})()
  77. @ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.36.2/scripts/packages/VSCodeServer/src/eval.jl:126
  78. [20] with_logstate(f::Function, logstate::Any)
  79. @ Base.CoreLogging ./logging.jl:511
  80. [21] with_logger
  81. @ ./logging.jl:623 [inlined]
  82. [22] (::VSCodeServer.var"#63#67"{VSCodeServer.ReplRunCodeRequestParams})()
  83. @ VSCodeServer ~/.vscode/extensions/julialang.language-julia-1.36.2/scripts/packages/VSCodeServer/src/eval.jl:225
  84. [23] #invokelatest#2
  85. @ ./essentials.jl:729 [inlined]
  86. [24] invokelatest(::Any)
  87. @ Base ./essentials.jl:726
  88. [25] macro expansion
  89. @ ~/.vscode/extensions/julialang.language-julia-1.36.2/scripts/packages/VSCodeServer/src/eval.jl:34 [inlined]
  90. [26] (::VSCodeServer.var"#61#62")()
  91. @ VSCodeServer ./task.jl:484
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement