apcamargo / pycoverm

Simple Python interface to CoverM's fast coverage estimation functions
GNU General Public License v3.0
7 stars 2 forks source link

Ship binaries #8

Closed jakobnissen closed 2 years ago

jakobnissen commented 2 years ago

I just discovered that pycoverm requires Cargo to install through pip - or at least, it doesn't work when an old version of Cargo is installed. Would it be possible to distribute precompiled binaries for major platforms?

apcamargo commented 2 years ago

I'm distributing binaries. Which version of Python are you using? I think I have wheels from 3.6 to 3.9

jakobnissen commented 2 years ago

Ah, I'm using Python 3.10. I'll just downgrade to 3.9 - but it'd be grand if binaries could be uploaded for 3.10 also :)

jakobnissen commented 2 years ago

It might be a good idea to restrict the Python version compat to the range for which binaries are available

apcamargo commented 2 years ago

Good idea. Will do that once 3.11 is available.

Just uploaded 3.10 wheels, by the way