-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi @dmeliza I'm working with @theresekoch to get this library working: https://github.com/vocalpy/sappy
Therese is on Windows and gets an error when we try to pip install libtfr.
We tried using the wheels linked in the README but it looks like those are only for 2.7 and 3.4?
https://pypi.anaconda.org/carlkl/simple/libtfr/
And just doing a direct pip install libtfr fails because there's no compiler set up, I think.
One relatively quick route to let people use on Windows might be to make a conda-forge package?
Would you be okay with me doing that?
I have done it before but only with pure Python packages.
I did test whether it would even be possible using grayskull and was able to generate a recipes/meta.yaml without failure but I would need to test more whether it actually builds.
Just wanted to run 5his idea past you before I go down the rabbit hole.
I don't have experience building wheels but if @carlkl was willing to share how they built them then I'd be open to helping you automate with something like cibuildwheel