JuliaGaussianProcesses/Stheno.jl

Issue when adding Stheno after Turing

donhausk opened this issue · 2 comments

I am using Julia 1.3.1. After adding Turing, I have added Stheno, which works fine. However, typing using g Stheno produces the following error:
`

julia> using Stheno
[ Info: Precompiling Stheno [8188c328-b5d6-583d-959b-9690869a5511]
ERROR: LoadError: LoadError: UndefVarError: cumulsizes not defined
Stacktrace:
[1] include at ./boot.jl:328 [inlined]
[2] include_relative(::Module, ::String) at ./loading.jl:1105
[3] include at ./Base.jl:31 [inlined]
[4] include(::String) at /home/kongi/.julia/packages/Stheno/m0I3t/src/Stheno.jl:1
[5] top-level scope at /home/kongi/.julia/packages/Stheno/m0I3t/src/Stheno.jl:32
[6] include at ./boot.jl:328 [inlined]
[7] include_relative(::Module, ::String) at ./loading.jl:1105
[8] include(::Module, ::String) at ./Base.jl:31
[9] top-level scope at none:2
[10] eval at ./boot.jl:330 [inlined]
[11] eval(::Expr) at ./client.jl:425
[12] top-level scope at ./none:3
in expression starting at /home/kongi/.julia/packages/Stheno/m0I3t/src/util/block_arrays/dense.jl:4
in expression starting at /home/kongi/.julia/packages/Stheno/m0I3t/src/Stheno.jl:32
ERROR: Failed to precompile Stheno [8188c328-b5d6-583d-959b-9690869a5511] to /home/kongi/.julia/compiled/v1.3/Stheno/sVmvC_ZroTh.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1283
[3] _require(::Base.PkgId) at ./loading.jl:1024
[4] require(::Base.PkgId) at ./loading.jl:922
[5] require(::Module, ::Symbol) at ./loading.jl:917
`

Thanks for the issue @donhausk . Could you provide your package status. i.e. the output of ] st?