-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Add support for building gensim Win-ARM64 python wheels #3622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
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