Whippet.jl icon indicating copy to clipboard operation
Whippet.jl copied to clipboard

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

Open noahpieta opened this issue 8 months ago • 2 comments

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

noahpieta avatar Oct 11 '23 03:10 noahpieta