You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just tried installing Rembus.jl and I ran into the following:
Precompiling project...
✗ Rembus
72 dependencies successfully precompiled in 142 seconds. 30 already precompiled.
1 dependency errored.
For a report of the errors see `julia> err`. To retry use `pkg> precompile`
julia> err
PkgPrecompileError: The following 1 direct dependency failed to precompile:
Rembus
Failed to precompile Rembus [aa126574-2ec3-42c9-8bf5-7f62001d6bce] to "/home/ggoretkin/.julia/compiled/v1.11/Rembus/jl_pu9N24".
ERROR: LoadError: Global Rembus.CONFIG does not exist and cannot be assigned. Declare it using `global` before attempting assignment.
Stacktrace:
[1] setproperty!
@ ./Base.jl:63 [inlined]
[2] setproperty!(x::Module, f::Symbol, v::Rembus.Settings)
@ Base ./Base.jl:61
[3] top-level scope
@ ~/.julia/packages/Rembus/Uk26V/src/configuration.jl:110
[4] include(mod::Module, _path::String)
@ Base ./Base.jl:557
[5] include(x::String)
@ Rembus ~/.julia/packages/Rembus/Uk26V/src/Rembus.jl:7
[6] top-level scope
@ ~/.julia/packages/Rembus/Uk26V/src/Rembus.jl:179
[7] include
@ ./Base.jl:557 [inlined]
[8] 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, UInt128}}, source::Nothing)
@ Base ./loading.jl:2790
[9] top-level scope
@ stdin:5
in expression starting at /home/ggoretkin/.julia/packages/Rembus/Uk26V/src/configuration.jl:110
in expression starting at /home/ggoretkin/.julia/packages/Rembus/Uk26V/src/Rembus.jl:7
in expression starting at stdin:
The text was updated successfully, but these errors were encountered:
Hi, I just tried installing
Rembus.jl
and I ran into the following:The text was updated successfully, but these errors were encountered: