segment-any-text / wtpsplit

Toolkit to segment text into sentences or other semantic units in a robust, efficient and adaptable way.
MIT License
667 stars 39 forks source link

Python 3.10 wheel #64

Closed cjrh closed 1 year ago

cjrh commented 2 years ago

It seems there is no wheel for Python 3.10 on PyPI yet: https://pypi.org/project/nnsplit/#files

Is there anything I can do to help with 3.10 support?

bminixhofer commented 2 years ago

Hi, thanks for letting me know! It should be fairly trivial to build wheels for 3.10. Will try it now, and update you here if there's any issues.

bminixhofer commented 2 years ago

I just checked, this is blocked upstream by onnxruntime: https://github.com/microsoft/onnxruntime/issues/9782

Unfortunately onnxruntime is typically slow to update to new Python versions, same old https://github.com/bminixhofer/nnsplit/issues/25 :/

cjrh commented 2 years ago

Thank you anyway for looking so quickly!

wallies commented 2 years ago

@bminixhofer onnxruntime have just pushed 3.10 wheels for the new version 1.12. Does this mean you can build wheels for 3.10 now or does it need a lot more work?

darxkies commented 1 year ago

Any news about the 3.10 wheel?

bminixhofer commented 1 year ago

Hi, thanks to @wallies, Python 3.10 is now supported in Version 5.9! #75