Advertisement
Guest User

Untitled

a guest
Jan 28th, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. julia> using IJulia
  2. [ Info: Precompiling IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a]
  3. ERROR: LoadError: InitError: SystemError: opening file "/gnu/store/npj8z0g9nx14wl22yphqfs2c5w4qk5jk-julia-1.8.3/share/julia/cert.pem": No such file or directory
  4. Stacktrace:
  5. [1] systemerror(p::String, errno::Int32; extrainfo::Nothing)
  6. @ Base ./error.jl:176
  7. [2] #systemerror#80
  8. @ ./error.jl:175 [inlined]
  9. [3] systemerror
  10. @ ./error.jl:175 [inlined]
  11. [4] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing)
  12. @ Base ./iostream.jl:293
  13. [5] open
  14. @ ./iostream.jl:275 [inlined]
  15. [6] open(f::Base.var"#387#388"{String}, args::String; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
  16. @ Base ./io.jl:382
  17. [7] open
  18. @ ./io.jl:381 [inlined]
  19. [8] read
  20. @ ./io.jl:462 [inlined]
  21. [9] __sslinit__()
  22. @ MbedTLS ~/.julia/packages/MbedTLS/lqmet/src/ssl.jl:787
  23. [10] __init__()
  24. @ MbedTLS ~/.julia/packages/MbedTLS/lqmet/src/MbedTLS.jl:55
  25. [11] _include_from_serialized(pkg::Base.PkgId, path::String, depmods::Vector{Any})
  26. @ Base ./loading.jl:831
  27. [12] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt64)
  28. @ Base ./loading.jl:1039
  29. [13] _require(pkg::Base.PkgId)
  30. @ Base ./loading.jl:1318
  31. [14] _require_prelocked(uuidkey::Base.PkgId)
  32. @ Base ./loading.jl:1203
  33. [15] macro expansion
  34. @ ./loading.jl:1183 [inlined]
  35. [16] macro expansion
  36. @ ./lock.jl:223 [inlined]
  37. [17] require(into::Module, mod::Symbol)
  38. @ Base ./loading.jl:1147
  39. [18] include(mod::Module, _path::String)
  40. @ Base ./Base.jl:419
  41. [19] include(x::String)
  42. @ IJulia ~/.julia/packages/IJulia/6TIq1/src/IJulia.jl:33
  43. [20] top-level scope
  44. @ ~/.julia/packages/IJulia/6TIq1/src/IJulia.jl:309
  45. [21] include
  46. @ ./Base.jl:419 [inlined]
  47. [22] 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::Nothing)
  48. @ Base ./loading.jl:1557
  49. [23] top-level scope
  50. @ stdin:1
  51. during initialization of module MbedTLS
  52. in expression starting at /home/theo/.julia/packages/IJulia/6TIq1/src/hmac.jl:1
  53. in expression starting at /home/theo/.julia/packages/IJulia/6TIq1/src/IJulia.jl:1
  54. in expression starting at stdin:1
  55. ERROR: Failed to precompile IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a] to /home/theo/.julia/compiled/v1.8/IJulia/jl_YMGbjT.
  56. Stacktrace:
  57. [1] error(s::String)
  58. @ Base ./error.jl:35
  59. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  60. @ Base ./loading.jl:1710
  61. [3] compilecache
  62. @ ./loading.jl:1654 [inlined]
  63. [4] _require(pkg::Base.PkgId)
  64. @ Base ./loading.jl:1340
  65. [5] _require_prelocked(uuidkey::Base.PkgId)
  66. @ Base ./loading.jl:1203
  67. [6] macro expansion
  68. @ ./loading.jl:1183 [inlined]
  69. [7] macro expansion
  70. @ ./lock.jl:223 [inlined]
  71. [8] require(into::Module, mod::Symbol)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement