silx-kit / hdf5plugin

Set of compression filters for h5py
http://www.silx.org/doc/hdf5plugin/latest/
Other
62 stars 22 forks source link

CI broken for macos/python3.7 #274

Closed t20100 closed 10 months ago

t20100 commented 10 months ago

The build generates macosx_11_7_x86_64 (it was macosx_10_15_x86_64 previously....) and cannot install it.

Run pip install --pre dist/hdf5plugin*
ERROR: hdf5plugin-4.1.3-py3-none-macosx_11_7_x86_64.whl is not a supported wheel on this platform.

Related to #269, mentioning a fix for random occurrence of this issue. It now seems systematic.

t20100 commented 10 months ago

I cannot reproduce locally. That's maybe related to the way Python was built:

python -c "import sys; print(sys.version)" was:

3.7.16 (default, Mar  6 2023, 12:37:53) 
[Clang 12.0.0 (clang-1200.0.32.29)]

when working and is now:

3.7.17 (default, Jun 23 2023, 13:07:02) 
[Clang 13.0.0 (clang-1300.0.29.30)]