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
I cannot get CairoMakie to precompile on macOS. The problem is that Cairo.jl cannot compile due to JuliaGraphics/Cairo.jl#362. Since Cairo.jl seems to be not-so-actively maintained, I thought I'd open an issue here to see if there is a way to fix it.
To reproduce the error on macOS 11.7, Julia 1.10.2, run
pkg> activate --temp
pkg> add CairoMakie
which will result in
PkgPrecompileError: The following 1 direct dependency failed to precompile:
CairoMakie [13f3f980-e62b-5c42-98c6-ff1f3baf88f0]
Failed to precompile CairoMakie [13f3f980-e62b-5c42-98c6-ff1f3baf88f0] to "/Users/user/.julia/compiled/v1.10/CairoMakie/jl_iR81Xh".
ERROR: LoadError: InitError: could not load library "/Users/user/.julia/artifacts/80b8948d1fa864a4974c0d4e71ddce9586311598/lib/libpangocairo-1.0.0.dylib"
dlopen(/Users/user/.julia/artifacts/80b8948d1fa864a4974c0d4e71ddce9586311598/lib/libpangocairo-1.0.0.dylib, 1): Library not loaded: @rpath/libcairo.2.dylib
Referenced from: /Users/user/.julia/artifacts/80b8948d1fa864a4974c0d4e71ddce9586311598/lib/libpangocairo-1.0.0.dylib
Reason: Incompatible library version: libpangocairo-1.0.0.dylib requires version 11603.0.0 or later, but libcairo.2.dylib provides version 2.0.0
The text was updated successfully, but these errors were encountered:
Hm as you're already linking the right issue in Cairo.jl this does not seem like something that is actionable for us in this repo (we have too many dependencies to collect their issues here I would argue). I'm going to close this issue but to get assistance you might try to get some of the binarybuilder people on Slack to look into this. They are the best at solving these kinds of issues.
I cannot get CairoMakie to precompile on macOS. The problem is that Cairo.jl cannot compile due to JuliaGraphics/Cairo.jl#362. Since Cairo.jl seems to be not-so-actively maintained, I thought I'd open an issue here to see if there is a way to fix it.
To reproduce the error on macOS 11.7, Julia 1.10.2, run
which will result in
The text was updated successfully, but these errors were encountered: