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

Failure to Build

Open rodinalex opened this issue 8 months ago • 2 comments
trafficstars

I am trying to install GenieFramework/Stipple and the build fails. I reinstalled Julia to make sure there were no conflicts since it was working last yesterday, before I tried to install GenieBuilder.

The error output is:

julia> err PkgPrecompileError: The following 3 direct dependencies failed to precompile:

StippleDataFramesExt

Failed to precompile StippleDataFramesExt [978d162b-f31d-52c8-8e73-2585f2220699] to "/Users/alex/.julia/compiled/v1.11/StippleDataFramesExt/jl_weatV8". ERROR: LoadError: MethodError: no method matching delete!(::OrderedCollections.LittleDict{Symbol, Genie.Router.Route, Vector{Symbol}, Vector{Genie.Router.Route}}, ::Symbol) You may have intended to import Base.delete! The function delete! exists, but no method is defined for this combination of argument types.

Closest candidates are: delete!(::Symbol) @ Genie ~/.julia/packages/Genie/8zZRj/src/Router.jl:384 delete!(::Type{<:Stipple.ReactiveModel}) @ Stipple ~/.julia/packages/Stipple/xIOrC/src/stipple/reactivity.jl:544

rodinalex avatar Feb 26 '25 05:02 rodinalex