-
Notifications
You must be signed in to change notification settings - Fork 157
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
Scikit-fmm failing in CI on Windows #1073
Labels
Comments
This started working again on December 1st. CI installed A few things changed: % Date: 2024-12-10 17:04:49 - 13 differences
% /Users/guyer/Desktop/broken
% /Users/guyer/Desktop/fixed
% Options: ignoreSpaceChanges, ignoreWhiteSpace
% Use up and down arrows to move through differences, ⌃⌥-left and ⌃⌥-right to patch changes from one window to the other.
7a8
> - _openmp_mutex=4.5=2_gnu
31c32
< - fltk=1.3.9=h27fc217_1
---
> - fltk=1.3.10=h5d05227_0
56c57
< - hdf5=1.14.4=nompi_hd5d9e70_103
---
> - hdf5=1.14.4=nompi_hd5d9e70_105
80a82
> - libgcc=14.2.0=h1383e82_1
82c84,85
< - libhwloc=2.11.1=default_h8125262_1000
---
> - libgomp=14.2.0=h1383e82_1
> - libhwloc=2.11.2=default_ha69328c_1001
100c103,104
< - libxcb=1.16=h013a479_1
---
> - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_8
> - libxcb=1.17.0=h0e4246c_0
106,110d109
< - m2w64-gcc-libgfortran=5.3.0=6
< - m2w64-gcc-libs=5.3.0=7
< - m2w64-gcc-libs-core=5.3.0=7
< - m2w64-gmp=6.1.0=2
< - m2w64-libwinpthread-git=5.0.0.4634.697f757=2
115d113
< - msys2-conda-epoch=20160418=1
128c126
< - pillow=10.4.0=py312h381445a_1
---
> - pillow=11.0.0=py312ha41cd45_0
134,135c132
< - pthread-stubs=0.4=hcd874cb_1001
< - pthreads-win32=2.9.1=h2466b09_4
---
> - pthread-stubs=0.4=h0e40799_1002
156,157c153,154
< - tbb=2021.13.0=hc790b64_0
< - tbb-devel=2021.13.0=h053bfa6_0
---
> - tbb=2021.13.0=h62715c5_1
> - tbb-devel=2021.13.0=h47441b3_1
160c157
< - tomli=2.1.0=pyhff2d567_0
---
> - tomli=2.2.1=pyhd8ed1ab_0
177,189c174,182
< - xorg-fixesproto=5.0=hcd874cb_1002
< - xorg-kbproto=1.0.7=hcd874cb_1002
< - xorg-libice=1.1.1=hcd874cb_0
< - xorg-libsm=1.2.4=hcd874cb_0
< - xorg-libx11=1.8.9=h0076a8d_1
< - xorg-libxau=1.0.11=hcd874cb_0
< - xorg-libxdmcp=1.1.3=hcd874cb_0
< - xorg-libxext=1.3.4=hcd874cb_2
< - xorg-libxfixes=5.0.3=hcd874cb_1004
< - xorg-libxrender=0.9.11=hcd874cb_0
< - xorg-renderproto=0.11.1=hcd874cb_1002
< - xorg-xextproto=7.3.0=hcd874cb_1003
< - xorg-xproto=7.0.31=hcd874cb_1007
---
> - xorg-libice=1.1.1=h0e40799_1
> - xorg-libsm=1.2.4=h0e40799_1
> - xorg-libx11=1.8.10=hf48077a_0
> - xorg-libxau=1.0.11=h0e40799_1
> - xorg-libxdmcp=1.1.5=h0e40799_0
> - xorg-libxext=1.3.6=h0e40799_0
> - xorg-libxfixes=6.0.1=h0e40799_0
> - xorg-libxrender=0.9.11=h0e40799_1
> - xorg-xorgproto=2024.1=h0e40799_1 |
Posting failures here, since Azure discards CI results after about a month:
|
Seems to work now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a new release of Scikit-fmm. This might be for Numpy 2? The failure can't be reproduced with the environment below (no failures at all on linux).
This might need to be debugged directly on the CI if we don't have access to a Windows machine.
The text was updated successfully, but these errors were encountered: