wtpsplit icon indicating copy to clipboard operation
wtpsplit copied to clipboard

Python 3.10 wheel

Open cjrh opened this issue 2 years ago • 4 comments

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?

cjrh avatar Jan 18 '22 06:01 cjrh

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 avatar Jan 18 '22 13:01 bminixhofer

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 :/

bminixhofer avatar Jan 18 '22 13:01 bminixhofer

Thank you anyway for looking so quickly!

cjrh avatar Jan 19 '22 00:01 cjrh

@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?

wallies avatar Jul 22 '22 11:07 wallies

Any news about the 3.10 wheel?

darxkies avatar Feb 19 '23 11:02 darxkies

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

bminixhofer avatar Mar 06 '23 08:03 bminixhofer