Skip to content
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

Supporting wheels for Windows and MacOS #84

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

din14970
Copy link

I was wondering whether you would consider distributing wheels for other platforms besides Linux on Pypi.

The reasoning is as follows. Colleagues of mine are developing a package that depends on richdem (a QGIS plugin). However, most users of this software will be using Windows and some MacOS, which can make installing richdem a bit of a pain. Inserting conda environments into the mix is not compatible with the way these plugins are installed. Therefore, it would be nice to simply be able to pip install on any platform. Currently, the package they are developing already does this by using a locally built wheel hosted on a local artifact repository. I figure it would be better if wheels for all platforms would be supported upstream.

Here is a proposal, though it will probably have to be iterated on quite a bit to get it to work properly as it's mostly copy-paste from documentation at this stage. If you would consider switching to Github actions for building and publishing wheels, all of the major OSs and architectures are supported; as far as I could tell travis does not support MacOS runners. To minimize hackyness I propose to test out cibuildwheel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant