luispedro / mahotas

Computer Vision in Python
https://mahotas.rtfd.io
Other
846 stars 148 forks source link

Publish wheels for python 3.9 #125

Closed Czaki closed 3 years ago

Czaki commented 3 years ago

Could You publish wheels for Python 3.9, and maybe on Python 3.10? https://github.com/4DNucleome/PartSeg/issues/400

luispedro commented 3 years ago

I just updated the tests to include those versions. If they pass, I can release wheels

https://github.com/luispedro/mahotas/commit/c825b7ccad9a96a760c4c054a3b30d1d29959986

luispedro commented 3 years ago

This is done. Wheels for Python 3.10 on Mac OS failed to build (some weird library error, I'm not going to bother with it as I don't have access to a Mac OX machine)

Everything else is uploaded, though

Czaki commented 3 years ago

This is done. Wheels for Python 3.10 on Mac OS failed to build (some weird library error, I'm not going to bother with it as I don't have access to a Mac OX machine)

It is not worth your time. You should wait until NumPy releases the wheel for python 3.10 on macOS and then restart (This error which I see in your log comes from build numpy from source on macOS).