slow5lib icon indicating copy to clipboard operation
slow5lib copied to clipboard

Conda py-3.11 package

Open JannesSP opened this issue 2 years ago • 2 comments

Dear @hasindu2008,

can you build a conda package for python version 3.11 for pyslow5?

Kind Regards, Jannes

JannesSP avatar Nov 24 '23 13:11 JannesSP

Hi @JannesSP

Conda version of pyslow5 is done via the bioconda channel. So this lack of Python 3.11 for pyslow5 is because bioconda is yet not doing Python 3.11 builds. Hopefully, bioconda will do this in the near future - see https://github.com/bioconda/bioconda-recipes/issues/37805 and https://github.com/bioconda/bioconda-utils/pull/938.

Till then, can the pyslow5 PyPI package be used - it has Python 3.11 already.

hasindu2008 avatar Nov 24 '23 14:11 hasindu2008

Hello,

Till then, just activate your conda env as be then run the pip install commands with

python3 -m pip install <package>

This will ensure it uses the conda installed python pip that you set.

Let me know if you have any troubles.

James

Psy-Fer avatar Nov 24 '23 14:11 Psy-Fer

@JannesSP

Seems like bioconda now builds for Python 3.11 and the builds for pyslow5 is available https://anaconda.org/bioconda/pyslow5/files e.g.,: linux-64/pyslow5-1.1.0-py311h591056c_1.tar.bz2

Could you try if it works for you?

hasindu2008 avatar Jun 23 '24 15:06 hasindu2008

Closing the issue for now. Feel free to reopen if there are any more issues.

hasindu2008 avatar Jun 25 '24 13:06 hasindu2008