compbiocore/VariantVisualization.jl

Precompiling VariantVisualization errror

charbel2998 opened this issue · 0 comments

seems like there's an issue precompiling viva , I have added data frames, added PlotlyJS. the following error keeps resurfacing.
I have absolutely no idea what to do next, I would appreciate any help.

julia> using VariantVisualization
[ Info: Precompiling VariantVisualization [7f8bf45c-0ad5-53b5-97e6-33c1305e0aa4]
┌ Warning: Package VariantVisualization does not have DataFrames in its dependencies:
│ - If you have VariantVisualization checked out for development and have
│ added DataFrames as a dependency but haven't updated your primary
│ environment's manifest file, try Pkg.resolve().
│ - Otherwise you may need to report an issue with VariantVisualization
└ Loading DataFrames into VariantVisualization from project dependency, future warnings for VariantVisualization are suppressed.
ERROR: LoadError: ArgumentError: Package VariantVisualization does not have ORCA in its dependencies:

  • If you have VariantVisualization checked out for development and have
    added ORCA as a dependency but haven't updated your primary
    environment's manifest file, try Pkg.resolve().
  • Otherwise you may need to report an issue with VariantVisualization
    Stacktrace:
    [1] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:980
    [2] include
    @ ./Base.jl:418 [inlined]
    [3] 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
    [4] top-level scope
    @ none:1
    [5] eval
    @ ./boot.jl:373 [inlined]
    [6] eval(x::Expr)
    @ Base.MainInclude ./client.jl:453
    [7] top-level scope
    @ none:1
    in expression starting at /home/ubuntu/.julia/packages/VariantVisualization/8kTEj/src/VariantVisualization.jl:1
    ERROR: Failed to precompile VariantVisualization [7f8bf45c-0ad5-53b5-97e6-33c1305e0aa4] to /home/ubuntu/.julia/compiled/v1.7/VariantVisualization/jl_IIlL2N.
    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