You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above happened with cp310-win_amd64 but apparently this can happen with other Python versions. Generally restarting the build is enough to get it to work again.
Let's try to collect below which config and file fail, to see if there is a pattern:
The fix in numpy/numpy#20640 was backported to 1.22, but since we build with older versions of NumPy the windows build will sometimes error out because of the original linking issue.
So we just have to wait and restart the failing builds during the release process and hope for the best.
It it really becomes too frequent we can maintain our own backport of the fix as a monkey patch but since we plan to switch the build system to meson, it's probably not worth investing time in a monkeypatch maintenance.
The nightly windows builds randomly fail with the following error:
https://github.com/scikit-learn/scikit-learn/runs/4961291550?check_suite_focus=true
The above happened with
cp310-win_amd64
but apparently this can happen with other Python versions. Generally restarting the build is enough to get it to work again.Let's try to collect below which config and file fail, to see if there is a pattern:
cp310-win_amd64
/sklearn\cluster\_hierarchical_fast.cp310-win_amd64.lib
cp38-win_amd64
/sklearn\ensemble\_gradient_boosting.cp38-win_amd64.lib
cp38-win32
/sklearn\ensemble\_hist_gradient_boosting\_binning.cp38-win32.lib
cp38-win32
/sklearn\utils\_openmp_helpers.cp38-win32.lib
cp39-win32
/sklearn\decomposition\_cdnmf_fast.cp39-win32.lib
Link to all wheel building runs that were scheduled
The text was updated successfully, but these errors were encountered: