args_oap icon indicating copy to clipboard operation
args_oap copied to clipboard

Cannot install args_oap

Open tianyi1616 opened this issue 4 months ago • 1 comments

Hi, when i tried to install arg_oap through code "conda install -c bioconda -c conda-forge args_oap" , there are something wrong, as follow:

$ mamba install args_oap

Looking for: ['args_oap']

conda-forge/linux-64 No change bioconda/noarch No change ursky/noarch No change ursky/linux-64 No change pkgs/main/noarch No change pkgs/r/noarch No change pkgs/r/linux-64 No change pkgs/main/linux-64 No change bioconda/linux-64 5.3MB @ 2.1MB/s 2.5s conda-forge/noarch 13.4MB @ 4.6MB/s 2.1s warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY Could not solve for environment specs The following package could not be installed └─ args_oap is not installable because it requires └─ samtools >=1.15 but there are no viable options ├─ samtools [1.15|1.15.1] would require │ └─ htslib >=1.15,<1.20.0a0 but there are no viable options │ ├─ htslib [1.17|1.18|1.19] would require │ │ └─ libdeflate >=1.18,<1.20.0a0 , which conflicts with any installable versions previously reported; │ ├─ htslib 1.19.1 would require │ │ └─ libdeflate >=1.18,<1.19.0a0 , which conflicts with any installable versions previously reported; │ ├─ htslib [1.15.1|1.16|1.17] would require │ │ └─ libdeflate >=1.13,<1.20.0a0 , which conflicts with any installable versions previously reported; │ └─ htslib [1.14|1.15|1.15.1] would require │ └─ libdeflate >=1.10,<1.20.0a0 , which conflicts with any installable versions previously reported; ├─ samtools 1.15 would require │ └─ htslib >=1.14,<1.20.0a0 but there are no viable options │ ├─ htslib [1.17|1.18|1.19], which cannot be installed (as previously explained); │ ├─ htslib 1.19.1, which cannot be installed (as previously explained); │ ├─ htslib [1.15.1|1.16|1.17], which cannot be installed (as previously explained); │ ├─ htslib 1.14 would require │ │ └─ libdeflate >=1.9,<1.20.0a0 , which conflicts with any installable versions previously reported; │ ├─ htslib 1.14 would require │ │ └─ libdeflate >=1.7,<1.20.0a0 , which conflicts with any installable versions previously reported; │ └─ htslib [1.14|1.15|1.15.1], which cannot be installed (as previously explained); ├─ samtools [1.15.1|1.16.1|1.17|1.18] would require │ └─ htslib [>=1.16,<1.20.0a0 |>=1.17,<1.20.0a0 ], which cannot be installed (as previously explained); ├─ samtools [1.18|1.19] would require │ └─ htslib [>=1.18,<1.20.0a0 |>=1.19,<1.20.0a0 ], which cannot be installed (as previously explained); └─ samtools [1.19.1|1.19.2] would require └─ htslib >=1.19.1,<1.20.0a0 , which cannot be installed (as previously explained).

Could you please help me? Thanks a lot。

tianyi1616 avatar Feb 06 '24 21:02 tianyi1616