endrebak
endrebak
Looking closer at this it seems like there is an unrelated constraint in some dependencies of the dependencies.
Could you use pip for now?
Just to make sure: `conda config --show channels` returns ``` channels: - conda-forge - bioconda - defaults ``` Right? I can reproduce, but I am on macOS so YMMV
Using mamba I got a slightly less meaningless error message: ``` mamba install -c bioconda pyranges==0.0.113 (py310) __ __ __ __ / \ / \ / \ / \ /...
Just testing changing various things that were different from my other recipes: https://github.com/bioconda/bioconda-recipes/pull/32160
There are others having similar problems: https://github.com/bioconda/bioconda-recipes/issues/32088 So I do not think this is pyranges-specific
Or use pip :) This only happens in conda. I'll get around to fixing it there soon.
Thanks! Will look at it tomorrow :)
Just documenting further weirdness that I also need to fix: ``` # import pyranges as pr # a = pr.from_string("""Chromosome Start End # chr2 0 5""") # b = pr.data.aorta()...