Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on using with latest release? #178

Closed
ChrisRackauckas opened this issue Jun 11, 2020 · 1 comment
Closed

Error on using with latest release? #178

ChrisRackauckas opened this issue Jun 11, 2020 · 1 comment

Comments

@ChrisRackauckas
Copy link

WARNING: could not import ArrayLayouts.TridiagonalLayout into BandedMatrices
ERROR: LoadError: LoadError: UndefVarError: TridiagonalLayout not defined
Stacktrace:
 [1] top-level scope at /home/travis/.julia/packages/BandedMatrices/cvauE/src/interfaceimpl.jl:47
 [2] include(::Module, ::String) at ./Base.jl:377
 [3] include(::String) at /home/travis/.julia/packages/BandedMatrices/cvauE/src/BandedMatrices.jl:1
 [4] top-level scope at /home/travis/.julia/packages/BandedMatrices/cvauE/src/BandedMatrices.jl:98
 [5] include(::Module, ::String) at ./Base.jl:377
 [6] top-level scope at none:2
 [7] eval at ./boot.jl:331 [inlined]
 [8] eval(::Expr) at ./client.jl:449
 [9] top-level scope at ./none:3
in expression starting at /home/travis/.julia/packages/BandedMatrices/cvauE/src/interfaceimpl.jl:47
in expression starting at /home/travis/.julia/packages/BandedMatrices/cvauE/src/BandedMatrices.jl:98
ERROR: LoadError: Failed to precompile BandedMatrices [aae01518-5342-5314-be14-df237901396f] to /home/travis/.julia/compiled/v1.4/BandedMatrices/OxlqV_QnYPZ.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1272
 [3] _require(::Base.PkgId) at ./loading.jl:1029
 [4] require(::Base.PkgId) at ./loading.jl:927
 [5] require(::Module, ::Symbol) at ./loading.jl:922
 [6] include(::Module, ::String) at ./Base.jl:377
 [7] top-level scope at none:2
 [8] eval at ./boot.jl:331 [inlined]
 [9] eval(::Expr) at ./client.jl:449
 [10] top-level scope at ./none:3
in expression starting at /home/travis/.julia/packages/DiffEqOperators/QiB3a/src/DiffEqOperators.jl:7

Showed up in https://travis-ci.org/github/SciML/OrdinaryDiffEq.jl/jobs/696989811

@dlfivefifty
Copy link
Member

It's using an old version ArrayLayouts.jl v0.2.6 (see line 966) for some reason, though its inconsistent (see line 764 where it says v0.3.4). BandedMatrices v0.15.11 Project.toml has

[compat]
ArrayLayouts = "0.3.3"

So I think this might be an issue with test dependencies not be versioned correctly.

The reason its stuck on an old version is probably due to Zygote. I'll try to get its compat bumped to 0.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants