You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi, yeah this is a bug recently we updated the codebase to not have a group slices module... I didn't know it was used here. @kahaaga is this easy to resolve?
@kailasas-um I just tagged a patch release that compat-bounds Associations.jl to the previous version of Complexitymeasures.jl, 3.7. For now we keep this issue open until we can have Associations.jl work also with latest version of ComplexityMeasures.jl.
Hi,
I'm trying to use Associations.jl but find that it fails to precompile. When
using Associations
, I receive the following error: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!
The text was updated successfully, but these errors were encountered: