After executing update in pkg, I added Flux with no error. But then when using Flux, I again get the error (I show a small section below):
ulia> using Flux
[ Info: Precompiling Flux [587475ba-b771-5e3f-ad9e-33799f191a9c]
WARNING: could not import ArrayInterfaceCore.ndims_shape into ArrayInterface
WARNING: could not import ArrayInterfaceCore.is_forwarding_wrapper into ArrayInterface
WARNING: could not import ArrayInterfaceCore.IndicesInfo into ArrayInterface
WARNING: could not import ArrayInterfaceCore.childdims into ArrayInterface
WARNING: could not import ArrayInterfaceCore.parentdims into ArrayInterface
WARNING: could not import ArrayInterfaceCore.map_tuple_type into ArrayInterface
WARNING: could not import ArrayInterfaceCore.flatten_tuples into ArrayInterface
WARNING: could not import ArrayInterfaceCore.GetIndex into ArrayInterface
WARNING: could not import ArrayInterfaceCore.SetIndex! into ArrayInterface
WARNING: could not import ArrayInterfaceCore.defines_strides into ArrayInterface
WARNING: could not import ArrayInterfaceCore.stride_preserving_index into ArrayInterface
WARNING: could not import ArrayInterfaceCore.device into ArrayInterface
ERROR: LoadError: UndefVarError: IndicesInfo not defined
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/ArrayInterface/eITVf/src/dimensions.jl:4
[2] include(mod::Module, _path::String)
@ Base ./Base.jl:418
[3] include(x::String)
@ ArrayInterface ~/.julia/packages/ArrayInterface/eITVf/src/ArrayInterface.jl:1
[4] top-level scope
@ ~/.julia/packages/ArrayInterface/eITVf/src/ArrayInterface.jl:262
[5] include
@ ./Base.jl:418 [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::String)
@ Base ./loading.jl:1318
[7] top-level scope
@ none:1
[8] eval
@ ./boot.jl:373 [inlined]
[9] eval(x::Expr)
@ Base.MainInclude ./client.jl:453
[10] top-level scope
@ none:1