-
Notifications
You must be signed in to change notification settings - Fork 15
Labels
Description
Hi,
I'm trying to use Associations.jl but find that it fails to precompile. When using Associations
, I receive the following error:
julia> using Associations
Precompiling Associations...
Info Given Associations was explicitly requested, output will be shown live
ERROR: LoadError: UndefVarError: `GroupSlices` not defined in `ComplexityMeasures`
Stacktrace:
[1] include(mod::Module, _path::String)
@ Base ./Base.jl:557
[2] include(x::String)
@ Associations ~/.julia/packages/Associations/EyveT/src/Associations.jl:2
[3] top-level scope
@ ~/.julia/packages/Associations/EyveT/src/methods/information/definitions/transferentropy/transfer_entropies.jl:83
[4] include(mod::Module, _path::String)
@ Base ./Base.jl:557
[5] include(x::String)
@ Associations ~/.julia/packages/Associations/EyveT/src/Associations.jl:2
[6] top-level scope
@ ~/.julia/packages/Associations/EyveT/src/methods/information/definitions/information_definitions.jl:8
[7] include(mod::Module, _path::String)
@ Base ./Base.jl:557
[8] include(x::String)
@ Associations ~/.julia/packages/Associations/EyveT/src/Associations.jl:2
[9] top-level scope
@ ~/.julia/packages/Associations/EyveT/src/methods/information/information.jl:6
[10] include(mod::Module, _path::String)
@ Base ./Base.jl:557
[11] include(x::String)
@ Associations ~/.julia/packages/Associations/EyveT/src/Associations.jl:2
[12] top-level scope
@ ~/.julia/packages/Associations/EyveT/src/Associations.jl:24
[13] include
@ ./Base.jl:557 [inlined]
[14] 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:2881
[15] top-level scope
@ stdin:6
in expression starting at /home/-/.julia/packages/Associations/EyveT/src/methods/information/definitions/transferentropy/transferoperator.jl:2
in expression starting at /home/-/.julia/packages/Associations/EyveT/src/methods/information/definitions/transferentropy/transfer_entropies.jl:83
in expression starting at /home/-/.julia/packages/Associations/EyveT/src/methods/information/definitions/information_definitions.jl:8
in expression starting at /home/-/.julia/packages/Associations/EyveT/src/methods/information/information.jl:6
in expression starting at /home/-/.julia/packages/Associations/EyveT/src/Associations.jl:2
in expression starting at stdin:6
✗ Associations
0 dependencies successfully precompiled in 2 seconds. 162 already precompiled.
Indeed, when checking the ComplexityMeasures.jl codebase, it looks to me like GroupSlices is no longer being included (perhaps related to this recent commit: JuliaDynamics/ComplexityMeasures.jl@e835a07 ?). Any help resolving this would be greatly appreciated!