I’m having some difficulty with MKLSparse. When the package is precompiling, it throws the following error:
```ERROR: The following 1 direct dependency failed to precompile:
MKLSparse
Failed to precompile MKLSparse [0c723cd3-b8cd-5d40-b370-ba682dde9aae] to "C:\\Users\\pmcfarla\\.julia\\compiled\\v1.11\\MKLSparse\\jl_9252.tmp".
ERROR: LoadError: too many parameters for type AbstractTriangular
Stacktrace:
[1] top-level scope
@ C:\Users\pmcfarla\.julia\packages\MKLSparse\aP1wu\src\interface.jl:17
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:558
[3] include(x::String)
@ MKLSparse C:\Users\pmcfarla\.julia\packages\MKLSparse\aP1wu\src\MKLSparse.jl:1
[4] top-level scope
@ C:\Users\pmcfarla\.julia\packages\MKLSparse\aP1wu\src\MKLSparse.jl:61
[5] include
@ .\Base.jl:558 [inlined]
[6] 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:2721
[7] top-level scope
@ stdin:4
in expression starting at C:\Users\pmcfarla\.julia\packages\MKLSparse\aP1wu\src\interface.jl:10
in expression starting at C:\Users\pmcfarla\.julia\packages\MKLSparse\aP1wu\src\MKLSparse.jl:1
in expression starting at stdin:
I’m not very savvy with these things. Hopefully someone can help me to figure out the error.