ksamuk / pixy

Software for painlessly estimating average nucleotide diversity within and between populations
https://pixy.readthedocs.io/
MIT License
115 stars 14 forks source link

why can't I install pixy via conda? #111

Closed Luo-Shigan closed 1 month ago

Luo-Shigan commented 1 month ago
  1. when I intend to install pixy(conda install conda-forge::pixy),it reports that:
Collecting package metadata (current_repodata.json): | WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1.*, but conda is ignoring the .* and treating it as 1.7.1
done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): | WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0.*, but conda is ignoring the .* and treating it as 1.8.0
WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0.*, but conda is ignoring the .* and treating it as 1.6.0
WARNING conda.models.version:get_matcher(556): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0.*, but conda is ignoring the .* and treating it as 1.9.0

2、I also try to iManually install pixy via conda(conda install linux-64/pixy-1.2.11.beta1-py38hb563948_0.conda),but it needs may conda packages to make it behave well。so I try to install them,but it also can't be installed like pixy。it seems there exists some incompatible things. fix: my conda verison is conda 23.7.4 my system is Ubuntu 22.04.1

ksamuk commented 1 month ago

Hard to say, because you didn't post any description of your problem. pixy isn't available for all architectures, so you might be on an unsupported system type. Feel free to reopen if you have more specifics.