Henry Schreiner
Henry Schreiner
``` E AssertionError: Regex pattern did not match. E Regex: "Can't pickle" E Input: "Can't get local object 'test_serialise_with_nonserialisable_attrs..'" ```
Passing.
3.13 works with the workaround. Either cramjam happens to work with it or we don’t use enough of it to be affected by any breakage. 3.13t probably not.
Ah, yes, you have the t.
We aren't building 3.13t yet in cibuildwheel, so it's not built or tested. I'm assuming there's no chance this workaround works on 3.13t; I'm not even sure PyO3 main supports...
The most important debugging command, IMO: `unzip -l dist/*.whl` (after running `pipx run build[uv] --installer=uv`). You'll see: ``` Archive: dist/pyscf_ac0-0.0.1.post1.dev9+g2e629e138c174d.d20240605-cp312-cp312-macosx_14_0_x86_64.whl Length Date Time Name --------- ---------- ----- ---- 41436 06-05-2024...
Pretty sure there is a missing link to a main lib produced or stored by NumPy. To start, I'm using `quay.io/pypa/manylinux_2_28_x86_64`. I wasn't able to use `quay.io/pypa/musllinux_1_2_x86_64` as H5py doesn't...
It’s not breaking on the linking stage because you always leave undefined symbols enabled when compiling an extension module. But why the example is working with this missing, that I...
Ahh, this file is now always generated since 1.22.4: > From NumPy 1.22.4 onwards, f2py will deterministically generate wrapper files based on the input file Fortran standard (F77 or greater)....
This is what the macOS wheel repairing does - it seems you are disabling it with `CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""`?