Have been trying to use IJulia, but receive Error. Checked with status and package exists, tried build() and update(). Can someone help?
This is the message I receive:
[ Info: Precompiling IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a]
ERROR: LoadError: InitError: could not load library "C:\Users\ASUS\.julia\artifacts\fa9a99fb46f5d3d14878f1256e8b0af2c88b007b\bin\libsodium-23.dll"
The specified module could not be found.
Stacktrace:
[1] dlopen(s::String, flags::UInt32; throw_error::Bool)
@ Base.Libc.Libdl .\libdl.jl:114
[2] dlopen(s::String, flags::UInt32)
@ Base.Libc.Libdl .\libdl.jl:114
[3] macro expansion
@ C:\Users\ASUS\.julia\packages\JLLWrappers\bkwIo\src\products\library_generators.jl:54 [inlined]
[4] __init__()
@ libsodium_jll C:\Users\ASUS\.julia\packages\libsodium_jll\GVKUC\src\wrappers\x86_64-w64-mingw32.jl:8
[5] _include_from_serialized(path::String, depmods::Vector{Any})
@ Base .\loading.jl:696
[6] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
@ Base .\loading.jl:782
[7] _tryrequire_from_serialized(modkey::Base.PkgId, build_id::UInt64, modpath::String)
@ Base .\loading.jl:711
[8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
@ Base .\loading.jl:771
[9] _tryrequire_from_serialized(modkey::Base.PkgId, build_id::UInt64, modpath::String)
@ Base .\loading.jl:711
[10] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
@ Base .\loading.jl:771
[11] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1020
[12] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:936
[13] require(into::Module, mod::Symbol)
@ Base .\loading.jl:923
[14] include
@ .\Base.jl:386 [inlined]
[15] 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)
@ Base .\loading.jl:1235
[16] top-level scope
@ none:1
[17] eval
@ .\boot.jl:360 [inlined]
[18] eval(x::Expr)
@ Base.MainInclude .\client.jl:446
[19] top-level scope
@ none:1
during initialization of module libsodium_jll
in expression starting at C:\Users\ASUS\.julia\packages\IJulia\e8kqU\src\IJulia.jl:1
ERROR: Failed to precompile IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a] to C:\Users\ASUS\.julia\compiled\v1.6\IJulia\jl_3766.tmp.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY, ignore_loaded_modules::Bool)
@ Base .\loading.jl:1385
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base .\loading.jl:1329
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1043
[5] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:936
[6] require(into::Module, mod::Symbol)
@ Base .\loading.jl:923```