libhdf5
not defined for juliacall
0.9.25
on M1 runner when using python built with openssl 1.x
#615
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
Affects: JuliaCall
Describe the bug
Since
0.9.25
precompilation of HDF5 fails (only) onmacos-latest
M1 GitHub runner.Here's an issue where we identified it:
JuliaIO/HDF5.jl#1198
And here's a minimal repository reproducing it:
https://github.com/mtsokol/hdf5-bug
https://github.com/mtsokol/hdf5-bug/actions/runs/15098780219/job/42436980940
Pinning
juliacall
version to0.9.24
fixes it:mtsokol/hdf5-bug#1
Additional context
Looking at the
0.9.25
diff my guess would be that it has something to do with OpenSLL_jll change.Additionally, I reported 3 weeks ago: JuliaPackaging/Yggdrasil#11077 which was HDF5 dependency juliapkg issue.
I had to pin
juliacall
only formacos-latest
, as pinning it for all environments causedubuntu-latest
to fail with OpenSLL_jll dependency error.The text was updated successfully, but these errors were encountered: