Michael Penkov
Michael Penkov
@piskvorky Finally carved out some time for catching up on OS. Sure, let's schedule a call using the usual channel. JST evenings excluding Monday/Wednesday work well for me.
Sure, give it a shot. I'll look at it after the immediate release, because that has priority. Thank you!
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...
Unfortunately, since we've made the previous release, github has gone and deprecated the macos-12 workers: https://github.com/actions/runner-images/issues/10721 The macos-14 workers appear to build the wheel, but then it fails to install:...
This issue appears to be blocking Py3.13 builds for us: ``` 2025-02-14T14:47:33.4599512Z gensim/models/word2vec_inner.c:10388:51: error: ‘PyArray_Descr’ {aka ‘struct _PyArray_Descr’} has no member named ‘fields’ 2025-02-14T14:47:33.4602738Z 10388 | __pyx_t_3 = __Pyx_PyDict_GetItem(__pyx_v_descr->fields, __pyx_v_childname);...
I don't have the bandwidth to do it myself at the moment. Someone else has to step in, work out what the problem is, and then fix it.
Hi @priyagupta108 , thank you for looking into this. I think you may be misunderstanding the problem because your explanation focuses on the **execution environment**. The point isn't to run...
``` $ go version go version go1.21.4 linux/amd64 ```
Good catch! So this is a problem with the go utility itself, and not Github Actions? This seems relevant: https://github.com/golang/go/issues/68587
Thank you @arondaniel and @ddelange !