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

using Images failed after updating IntegralArrays #1005

Closed
liupgd opened this issue Apr 11, 2022 · 1 comment · Fixed by #1006
Closed

using Images failed after updating IntegralArrays #1005

liupgd opened this issue Apr 11, 2022 · 1 comment · Fixed by #1006

Comments

@liupgd
Copy link

liupgd commented Apr 11, 2022

Today,I found IntegralArrays.jl released its 0.1.4 version. In which, IntegralArrays.IntervalSets.EllipsisNotation has been removed. This maybe cause the failure at the beginning of using Images.
The Images.jl version is 0.25.1
Error info:

julia> using Images
[ Info: Precompiling Images [916415d5-f1e6-5110-898d-aaa5f9f070e0]
ERROR: LoadError: UndefVarError: EllipsisNotation not defined
Stacktrace:
[1] include
@ ./Base.jl:418 [inlined]
[2] 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::Nothing)
@ Base ./loading.jl:1318
[3] top-level scope
@ none:1
[4] eval
@ ./boot.jl:373 [inlined]
[5] eval(x::Expr)
@ Base.MainInclude ./client.jl:453
[6] top-level scope
@ none:1
in expression starting at /home/leo/.julia/packages/Images/7wV6k/src/Images.jl:1
ERROR: Failed to precompile Images [916415d5-f1e6-5110-898d-aaa5f9f070e0] to /home/leo/.julia/compiled/v1.7/Images/jl_MoOOm9.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, ignore_loaded_modules::Bool)
@ Base ./loading.jl:1466
[3] compilecache(pkg::Base.PkgId, path::String)
@ Base ./loading.jl:1410
[4] _require(pkg::Base.PkgId)
@ Base ./loading.jl:1120
[5] require(uuidkey::Base.PkgId)
@ Base ./loading.jl:1013
[6] require(into::Module, mod::Symbol)
@ Base ./loading.jl:997

After installing IntegralArrays.jl at v0.1.3 explicitly, the problem disappeared.

@johnnychen94
Copy link
Member

Sorry for the trouble! A new patch release will be out soon JuliaRegistries/General#58333

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

Successfully merging a pull request may close this issue.

2 participants