althonos / pyhmmer

Cython bindings and Python interface to HMMER3.
https://pyhmmer.readthedocs.io
MIT License
129 stars 12 forks source link

Bioconda update to v0.7.0 is blocked #29

Closed jhahnfeld closed 1 year ago

jhahnfeld commented 1 year ago

Hi Martin,

something is blocking the pyhmmer update from version 0.6.3 to 0.7.0 on bioconda.

Could you have a look at what is blocking the update?

Thanks,

Julian

althonos commented 1 year ago

Hi Julian, from what I read the update is blocked because of a compilation issue for Python 3.8 on MacOS, this is particularly hard to debug since I don't have a Mac, and that the compilation works as intended in the GitHub Actions runners I use for testing... For the time being, you can just pip install pyhmmer in your conda environment to get version 0.7.0.

althonos commented 1 year ago

Should be fixed now!

jhahnfeld commented 1 year ago

Thank you very much. Everything is working fine now.