-
Notifications
You must be signed in to change notification settings - Fork 39
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
build binary wheels for people that don't have a c-compiler #84
Comments
Note that when doing |
Doesn't the conda-forge package meet this need? |
That allows cftime to be installed with conda, but I don't think it allows creation of binary wheels that can be uploaded to pypi for installation with pip. |
The issue that @huard mentions above needs to be fixed before 1.0.3 is released. I have no idea at this point what causes it. |
Not sure what version you are testing @huard but this was fixed a while back when we moved Regarding wheels, I'm not familiar with it, but I believe multibuild is the way to go. |
I have not been able to reproduce the issue with pip hanging in an environment without cython that @huard reported. I will go ahead and release 1.0.3. I'll also ask @matthew-brett to create a MacPython/cftime-wheels project for us. |
I haven't been able to reproduce it either. The only guess I can make is that this was in a outdated conda environment with an old version of pip. |
Probably, I don't recall in which version the |
@matthew-brett has kindly created https://github.com/MacPython/cftime-wheels for us, so linux and macosx wheels can now be built automatically. |
Will there be manylinux wheels for v1.0.3 ? |
There will be as soon as @matthew-brett adds me to the cftime-wheels project so I can trigger a build. |
@jswhit - did you see my earlier message on that? Have you tried triggering a build? |
Right now we just put a source tarball on pypi, along with binary wheels for windows from Christoph Gohlke's site. We could set up a MacPython project to build macos x and linux wheels, as we do or netcdf4-python, or use cibuildwheel. Anyone here know anything about cibuildwheel?
The text was updated successfully, but these errors were encountered: