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
WARNING: Method definition isfinite(Union{GeometryBasics.AbstractPoint{Dim, T} where T where Dim, GeometryBasics.Vec{S, T} where T where S}) in module GeometryBasics at C:\Users\jonv.julia\packages\GeometryBasics\ebXl0\src\fixed_arrays.jl:134 overwritten in module GeoMakie at C:\Users\jonv.julia\packages\GeoMakie\Nvneh\src\utils.jl:128.
│ ERROR: Method overwriting is not permitted during Module precompilation. Use __precompile__(false) to opt-out of precompilation.
It seems GeoMakie has some issues with [email protected]:
WARNING: Method definition isfinite(Union{GeometryBasics.AbstractPoint{Dim, T} where T where Dim, GeometryBasics.Vec{S, T} where T where S}) in module GeometryBasics at C:\Users\jonv.julia\packages\GeometryBasics\ebXl0\src\fixed_arrays.jl:134 overwritten in module GeoMakie at C:\Users\jonv.julia\packages\GeoMakie\Nvneh\src\utils.jl:128.
│ ERROR: Method overwriting is not permitted during Module precompilation. Use
__precompile__(false)
to opt-out of precompilation.Using [email protected] resolves this issue
The text was updated successfully, but these errors were encountered: