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

ERROR: expected package WaveletMatrices [c0580c95] to be registered when compiling #142

Open
noahpieta opened this issue Oct 11, 2023 · 2 comments

Comments

@noahpieta
Copy link

noahpieta commented Oct 11, 2023

Dear Tim,

I have come across an issue when running julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.test()' as below
I guess there is something wrong with the dependant package "WaveletMtrices". Could you give an advise to how to solve it? Thank you!

Installing known registries into ~/.julia
Updating registry at ~/.julia/registries/General.toml
ERROR: expected package WaveletMatrices [c0580c95] to be registered
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/Types.jl:69
[2] check_registered
@ /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/Operations.jl:1284 [inlined]
[3] up(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}, level::Pkg.Types.UpgradeLevel; skip_writing_project::Bool, preserve::Nothing)
@ Pkg.Operations /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/Operations.jl:1533
[4] up
@ /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/Operations.jl:1516 [inlined]
[5] up(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; level::Pkg.Types.UpgradeLevel, mode::Pkg.Types.PackageMode, preserve::Nothing, update_registry::Bool, skip_writing_project::Bool, kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/API.jl:348
[6] up
@ /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/API.jl:323 [inlined]
[7] #up#48
@ /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/API.jl:161 [inlined]
[8] up
@ /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/API.jl:161 [inlined]
[9] instantiate(ctx::Pkg.Types.Context; manifest::Nothing, update_registry::Bool, verbose::Bool, platform::Base.BinaryPlatforms.Platform, allow_build::Bool, allow_autoprecomp::Bool, kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/API.jl:1677
[10] instantiate
@ /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/API.jl:1653 [inlined]
[11] instantiate(; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/API.jl:1652
[12] instantiate()
@ Pkg.API /scratch/users/toolkits/julia-1.9.3/share/julia/stdlib/v1.9/Pkg/src/API.jl:1652
[13] top-level scope
@ none:1

@timbitz
Copy link
Owner

timbitz commented Oct 17, 2023

Looks like you're on julia version 1.9. Can you try the long-term support release 1.6.7?

@timbitz
Copy link
Owner

timbitz commented Oct 18, 2023

@noahpieta As a follow up, I also ran into this dependency issue using Julia 1.9, there have been some code changes that need to be resolved for this to work. Long-term support release v1.6.7 does work however. For the meantime I've updated the documentation to reflect current dependency on Julia v1.6.7. I'll leave this open until I fix this though.

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

No branches or pull requests

2 participants