CxxWrap.jl
CxxWrap.jl copied to clipboard
LoadError: libcxxwrap_julia_jll not available on this platform
trafficstars
On windows and multiple Julia versions.
From the look at:
https://github.com/JuliaBinaryWrappers/libcxxwrap_julia_jll.jl/releases/tag/libcxxwrap_julia-v0.13.2%2B0
Quite a few platforms should be supported, but regardless of which Julia version I try, i get libcxxwrap_julia_jll not available on this platform.
Julia versions tried based on the artifacts:
1.10.0
1.10.4
1.11.0-rc3
All give the same error and I can confirm that adding libcxxwrap_julia_jll manually and calling libcxxwrap_julia_jll.is_available() returns false.