-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Need a wheel for python 3.13 #3601
Comments
@mpenkov Misha how about a quick session for another release? Or maybe just release the new wheels into the existing release? Because I don't think we've merged a single PR since the last one. |
I think it's simpler to make a new release (maybe a bugfix one) than to create wheels for an existing release, because of the way the wheel builder is set up. |
Unfortunately, since we've made the previous release, github has gone and deprecated the macos-12 workers: actions/runner-images#10721 The macos-14 workers appear to build the wheel, but then it fails to install: https://github.com/piskvorky/gensim/actions/runs/13274964157/job/37064784796 If someone is able to debug this problem, that'd be helpful, because at the moment we don't have a building wheel for macos. I'll work on adding Py3.13 support in the meanwhile. |
This issue appears to be blocking Py3.13 builds for us:
I can see 3 distinct issues:
Here's a potential fix for the last problem (changed type signature): https://github.com/mkleehammer/pyodbc/pull/1361/files |
When I am trying to install gensim with python 3.13, scipy is having trouble installing because it is trying to compile a new wheel but is unable to.
The text was updated successfully, but these errors were encountered: