You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon precompiling MethodOfLines following the latest upgrade, I get the following error.
It looks like symbolic_linear_solve is missing from Symbolics.jl (v5.36.0).
It also looks like that I cannot upgrade Symbolics.jl to the latest version because of dependencies with ModelingToolkit.jl (see additional context).
I apologize in advance if I am missing something obvious.
using MethodOfLines
Precompiling MethodOfLines
Info Given MethodOfLines was explicitly requested, output will be shown live
ERROR: LoadError: UndefVarError:`symbolic_linear_solve` not defined
Stacktrace:
[1] include
@ ./Base.jl:495 [inlined]
[2] 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
[3] top-level scope
@ stdin:3
in expression starting at /Users/me/.julia/packages/MethodOfLines/4xO8F/src/MethodOfLines.jl:1
in expression starting at stdin:3
✗ MethodOfLines
0 dependencies successfully precompiled in7 seconds. 502 already precompiled.
ERROR: The following 1 direct dependency failed to precompile:
MethodOfLines [94925ecb-adb7-4558-8ed8-f975c56a0bf4]
Failed to precompile MethodOfLines [94925ecb-adb7-4558-8ed8-f975c56a0bf4] to "/Users/me/.julia/compiled/v1.10/MethodOfLines/jl_1IWEVU".
ERROR: LoadError: UndefVarError:`symbolic_linear_solve` not defined
Stacktrace:
[1] include
@ ./Base.jl:495 [inlined]
[2] 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
[3] top-level scope
@ stdin:3
in expression starting at /Users/me/.julia/packages/MethodOfLines/4xO8F/src/MethodOfLines.jl:1
in expression starting at stdin:
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70
[2] precompile(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, _from_loading::Bool, kwargs::@Kwargs{io::Base.TTY})
@ Pkg.API /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:1700
[3] precompile(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::@Kwargs{_from_loading::Bool})
@ Pkg.API /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159
[4] precompile
@ /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined]
[5] #precompile#114
@ /Applications/Julia-1.10.app/Contents/Resources/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined]
[6] #invokelatest#2
@ ./essentials.jl:894 [inlined]
[7] invokelatest
@ ./essentials.jl:889 [inlined]
[8] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:1963
[9] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1812
[10] #invoke_in_world#3
@ ./essentials.jl:926 [inlined]
[11] invoke_in_world
@ ./essentials.jl:923 [inlined]
[12] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1803
[13] macro expansion
@ ./loading.jl:1790 [inlined]
[14] macro expansion
@ ./lock.jl:267 [inlined]
[15] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:1753
[16] #invoke_in_world#3
@ ./essentials.jl:926 [inlined]
[17] invoke_in_world
@ ./essentials.jl:923 [inlined]
[18] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1746
Environment (please complete the following information):
Thank you in advance.
Describe the bug 🐞
Upon precompiling
MethodOfLines
following the latest upgrade, I get the following error.It looks like
symbolic_linear_solve
is missing fromSymbolics.jl
(v5.36.0).It also looks like that I cannot upgrade
Symbolics.jl
to the latest version because of dependencies withModelingToolkit.jl
(see additional context).I apologize in advance if I am missing something obvious.
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
The text was updated successfully, but these errors were encountered: