Skip to content

ArgumentError: Package GenRFS does not have SpecialFunctions in its dependencies #22

@marleneberke

Description

@marleneberke

The current master branch of GenRFS has an issue compiling:

julia> using GenRFS
[ Info: Precompiling GenRFS [56ab6c88-a2ab-44ec-99ca-7b9069b439c2]
ERROR: LoadError: LoadError: ArgumentError: Package GenRFS does not have SpecialFunctions in its dependencies:
- If you have GenRFS checked out for development and have
  added SpecialFunctions 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 GenRFS
Stacktrace:
  [1] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:884
  [2] include(mod::Module, _path::String)
    @ Base ./Base.jl:386
  [3] include(x::String)
    @ GenRFS ~/GenRFS/src/GenRFS.jl:1
  [4] top-level scope
    @ ~/GenRFS/src/GenRFS.jl:17
  [5] include
    @ ./Base.jl:386 [inlined]
  [6] 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:1213
  [7] top-level scope
    @ none:1
  [8] eval
    @ ./boot.jl:360 [inlined]
  [9] eval(x::Expr)
    @ Base.MainInclude ./client.jl:446
 [10] top-level scope
    @ none:1
in expression starting at /home/mb2987/GenRFS/src/elements/elements.jl:3
in expression starting at /home/mb2987/GenRFS/src/GenRFS.jl:1
ERROR: Failed to precompile GenRFS [56ab6c88-a2ab-44ec-99ca-7b9069b439c2] to /home/mb2987/.julia/compiled/v1.6/GenRFS/jl_svXeEK.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:33
 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::Base.TTY, internal_stdout::Base.TTY)
   @ Base ./loading.jl:1360
 [3] compilecache(pkg::Base.PkgId, path::String)
   @ Base ./loading.jl:1306
 [4] _require(pkg::Base.PkgId)
   @ Base ./loading.jl:1021
 [5] require(uuidkey::Base.PkgId)
   @ Base ./loading.jl:914
 [6] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:901

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions