-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
liblapack broken with numpy 2.1.3? #81
Comments
More info. I have a working environment (created some weeks ago) with:
When I try to create a new env with these packages, it doesn't work. How is that possible? Have these packages been retroactively changed? |
But this worked for me for weeks. Did the old packages get changed? Why can't I create an env using the packages that worked before? It's very odd to me. |
MKL 2025 is incompatible with our blas infrastructure, and despite the fact that it was present in your environment, it was not actually being used by any of the packages that followed our regular blas setup. On the contrary, it lead to substantial problems where MKL-users would get switched to a different blas implementation (e.g. OpenBLAS), because of the way the blas variants interact with the solver, who's trying to maximize all versions in the environment: conda-forge/blas-feedstock#134
It didn't work as you expected, and caused persistent problems for other users, so indeed that combination was retroactively made impossible. I would have hoped the situation didn't get to this point, but Intel has taken a very long time to help fix the regressions in MKL 2025, and until they are fixed, you cannot use MKL 2025 together with the vast majority of our other packages, like numpy. |
Ouch. Well this change certainly has broken my workflow. I'm using the 2025 intel ifx compiler and mkl for non-python reasons. It doesn't matter to me what lapack/blas python is using, so i never saw any problems with this combination. It seems drastic to retroactively change uploaded packages. Is that a normal thing for conda-forge? Was this discussed somewhere? |
Solution to issue cannot be found in the documentation.
Issue
This
environment.yml
file worked a couple weeks ago, but does not work now:The error is:
It's hard to say if it's a liblapack problem but it seems that there have been many updates to the package since then? Based on looking at the file dates here: https://anaconda.org/conda-forge/liblapack/files
Did something break?
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: