I am trying to load Qeuryverse, but facing this issue. Here is the error:
using Queryverse
┌ Info: Precompiling Queryverse [612083be-0b0f-5412-89c1-4e7c75506a58]
└ @ Base loading.jl:1278
ERROR: LoadError: ArgumentError: Package ParquetFiles [46a55296-af5a-53b0-aaa0-97023b66127f] is required but does not seem to be installed:
- Run
Pkg.instantiate()
to install all recorded dependencies.
Stacktrace:
[1] _require(::Base.PkgId) at ./loading.jl:999
[2] require(::Base.PkgId) at ./loading.jl:928
[3] require(::Module, ::Symbol) at ./loading.jl:923
[4] include(::Function, ::Module, ::String) at ./Base.jl:380
[5] include(::Module, ::String) at ./Base.jl:368
[6] top-level scope at none:2
[7] eval at ./boot.jl:331 [inlined]
[8] eval(::Expr) at ./client.jl:467
[9] top-level scope at ./none:3
in expression starting at /Users/birusod/.julia/packages/Queryverse/XPALb/src/Queryverse.jl:15
Failed to precompile Queryverse [612083be-0b0f-5412-89c1-4e7c75506a58] to /Users/birusod/.julia/compiled/v1.5/Queryverse/hLJnW_71U9R.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1305
[3] _require(::Base.PkgId) at ./loading.jl:1030
[4] require(::Base.PkgId) at ./loading.jl:928
[5] require(::Module, ::Symbol) at ./loading.jl:923
[6] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1091
I did Pkg.instantiate() and no effect. Any help pointing to a solution is appreciated!
2 posts - 2 participants