Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with [email protected] #226

Closed
Zetison opened this issue May 15, 2024 · 4 comments
Closed

Incompatibility with [email protected] #226

Zetison opened this issue May 15, 2024 · 4 comments

Comments

@Zetison
Copy link

Zetison commented May 15, 2024

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

@asinghvi17
Copy link
Member

Which version are you on? v0.6.3 of GeoMakie should not have this issue.

@vuolleko
Copy link

vuolleko commented May 15, 2024

I have the same issue with [email protected] and [email protected]. Works fine with 0.6.2 and 0.4.10.

Julia 1.10.3 on MacOS 14.4.1 with Apple M2.

Seems to work on Julia 1.9.4. It gives the same warning, but no error is raised.

@asinghvi17
Copy link
Member

Do you see the same error with v0.6.4?

@vuolleko
Copy link

Works fine now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants