-
Notifications
You must be signed in to change notification settings - Fork 27
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
Python 3.7 wheels? #116
Comments
@matthew-brett Thanks for your iniciative, right now we're using conda-forge to build and upload our wheels. While in principle, we support 2.7, 3.5 and 3.7, you can build the 3.7 wheels until they are supported by conda. However, we don't guarantee that they will get updated when a new release should be available. |
Aha - I see you need the winpty package installed, and maybe you need the mingw-w64 compiler? Does conda-forge not yet support Python 3.7? |
We use the Anaconda packages and toolchain to create our packages, so we have to wait until they provide the packages that we need to build our wheels. |
I'll try and work out how to build without conda, but I'm very busy these next few days, maybe Saturday. |
@matthew-brett, thanks for your offer but I don't think we'd accept such a contribution. We prefer to stick to conda packages because we know them very well, we have a close relationship with the Anaconda team and we already moved from one toolchain to another (VS to MSYS2) and it halted the project for a couple of months. |
Ah - no - I wasn't expecting you to merge what I did - I was only going to build a separate repo that can build wheels. You can ignore it peacefully if it is of no use to you. |
Ok, if you want to build your own wheels, then we don't have a problem with that. |
Any chance of providing wheels for Python 3.7? Can I help? I do a lot of package building...
The text was updated successfully, but these errors were encountered: