-
Notifications
You must be signed in to change notification settings - Fork 35
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
Please provide Linux wheels #167
Comments
@majutsushi Thanks for the issue report! Is it possible to include libraries reliably in python 3 for linux? In #151 (comment) I mentioned that I did not think it is possible, but that I might be incorrect. If you can provide some steps for us to follow (preferably include py2 instructions as well) we'll be happy to change our processes to provide these. Also from the above ticket, it may be that it takes 3 minutes to install due to also having Cython installed which means that it is also performing pyx -> c transform. If you don't have any needs to have Cython installed in your downstream project, you may see some much lower build times |
This started to happen on python 3.7 for us. 3.6 was quick and painless. |
It should be possible -- large projects such as |
I recently discovered https://cibuildwheel.readthedocs.io/en/stable/, which looks like it could help with this. |
This library currently takes about three minutes to install due to having to build the C extensions. This is rather inconvenient in a CI environment because it slows down builds unnecessarily. Would it be possible to build Python 3 Linux wheels when creating a new release to avoid this? Thanks!
The text was updated successfully, but these errors were encountered: