Add support for building gensim Win-ARM64 python wheels - #3622
Conversation
|
Looks like the Windows ARM build is failing. Any ideas why? @lowkeyrossi |
yes @mpenkov, the failures are due to installing NumPy(oldest numpy) from source while building gensim in isolated env |
|
@mpenkov I believe, now the build should work fine for all runners. Currently, the test suite are skipped for Win-ARM64 builds since installerwheel.py scripts does not contains logic for Win-ARM64. |
|
@mpenkov Looks like Python 3.13 builds are incompatible with Gensim, is there any reason? |
|
@lowkeyrossi There are some issues with word2vec.pyx. See issue #3611. I might have time to look into this after numpy 2 upgrades. |
|
@julianpollmann thanks for sharing the relevant information |
|
Any suggestions/further changes needed to make this PR merged would be appreciated, as many end users may get benefited by using gensim on this growing platform |
|
Hi Developers |
|
@Greenie0701 when PR #3615 is merged Python 3.13 should work. |
|
@julianpollmann thank you so much for the update |
PR Description:
Closes: #3621