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

LoadError: libcxxwrap_julia_jll not available on this platform

Open SimonDanisch opened this issue 1 year ago • 1 comments
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 image

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.

SimonDanisch avatar Sep 18 '24 12:09 SimonDanisch