Closed MilesCranmer closed 1 year ago
We have also run into this issue over on RMG-Py, see here.
Can someone generate a minimum working example (MWE)?
Maybe we should try rebuilding Julia with USE_SYSTEM_CSL=1 ?
Should I close it since we fixed the Conda.jl issue?
This has been resolved for us with that change.
The Conda.jl fix you mean? Or limiting libstdcxx-ng<13?
Closing since https://github.com/JuliaPy/Conda.jl/pull/241 resolves the issue.
All of my CI tests on Ubuntu + Conda seem to be failing with a library linkage issue:
Here is an example run: https://github.com/MilesCranmer/PySR/actions/runs/5171734252
I had initially thought this was a scipy issue from the pathname, but the error message actually looks to be from this line in the Julia source: https://github.com/JuliaLang/julia/blob/f407a4cac3d1c660d1f8f1a9b367eec108d98178/cli/loader_lib.c#L456, so now I'm not so sure.
A strange thing is that I have actually successfully run the unit tests on Julia 1.9 in the past: https://github.com/MilesCranmer/PySR/actions/runs/5163099602. It's only the past day where they started to break.
Here are the dependencies that changed from 2 days ago (working) to 1 day ago (broken across all Python versions):