-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add CI for testing/wheels with Windows/Mac #20
Comments
I would like just to confirm it would be perfect to have wheels package for Windows. |
Yeah, wheels would be nice. @yaskevich can you help out? CC @mpenkov. |
@piskvorky I am interested in this task to be completed. I never had experience with building wheels, but I have nothing against it. It there is a someone who could I ask about the details, it would be supercool. If not, I can try to do it by docs. |
Building wheels is not difficult; the 3rd party tools and services (AppVeyor & co) will be the biggest pain. Hopefully @mpenkov and @menshikh-iv could answer your questions. |
For starter, I built manually wheels package for Windows x64 and actual version of Python (3.7): https://github.com/yaskevich/bin/raw/master/bounter-1.1.0-cp37-cp37m-win_amd64.whl |
There's gitter and there's twitter. But the Gensim mailing list and Github here are the liveliest :) What kind of extension are you working on? @mpenkov can you please assist @yaskevich with setting up the release process for Bounter? Cheers. |
@yaskevich Can you make a PR with the relevant AppVeyor config? |
Thanks for links. It's just a graph visualization builder, something like this. The question is whether it should be either a function of gensim, or standalone module.
I've just made a PR #39. It is super simple, I guess it have to be more elaborate (e.g. support for more architectures, upload to PyPI). |
This lib contains a lot of C code, for this reason, we need to make wheels for our users without compiler
The text was updated successfully, but these errors were encountered: