Using Julia 1.6:
using Interpolations
[ Info: Precompiling Interpolations [a98d9a8b-a2ab-59e6-89dd-64a1c18fca59]
ERROR: LoadError: LoadError: UndefVarError: SA not defined
Stacktrace:
[1] top-level scope
@ C:\Users\Berlin\.julia\packages\Interpolations\qHlUr\src\lanczos\lanczos.jl:110
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:386
[3] include(x::String)
@ Interpolations C:\Users\Berlin\.julia\packages\Interpolations\qHlUr\src\Interpolations.jl:1
[4] top-level scope
@ C:\Users\Berlin\.julia\packages\Interpolations\qHlUr\src\Interpolations.jl:476
[5] include
@ .\Base.jl:386 [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, UInt64}}, source::Nothing)
@ Base .\loading.jl:1213
[7] top-level scope
@ none:1
[8] eval
@ .\boot.jl:360 [inlined]
[9] eval(x::Expr)
@ Base.MainInclude .\client.jl:446
[10] top-level scope
@ none:1
in expression starting at C:\Users\Berlin\.julia\packages\Interpolations\qHlUr\src\lanczos\lanczos.jl:110
in expression starting at C:\Users\Berlin\.julia\packages\Interpolations\qHlUr\src\Interpolations.jl:1
ERROR: Failed to precompile Interpolations [a98d9a8b-a2ab-59e6-89dd-64a1c18fca59] to C:\Users\Berlin\.julia\compiled\v1.6\Interpolations\jl_EEE8.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)
@ Base .\loading.jl:1360
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base .\loading.jl:1306
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1021
[5] require(uuidkey::Base.PkgId)
@ Base .\loading.jl:914
[6] require(into::Module, mod::Symbol)
@ Base .\loading.jl:901
And the version:
(@v1.6) pkg> status Interpolations
Status `C:\Users\Berlin\.julia\environments\v1.6\Project.toml`
[a98d9a8b] Interpolations v0.13.1
Any ideas why this is happening?
Cheers,
Tim