Failed install at step 6 "lib mamba Could not solve for environment specs" #300
Replies: 4 comments 8 replies
-
what operating system is this? did you have conda already installed? Sometimes if you did already have the
|
Beta Was this translation helpful? Give feedback.
-
Turns out I could also force the correct order in the You can also do it manually with:
|
Beta Was this translation helpful? Give feedback.
-
error libmamba Could not solve for environment specs yumnera@Mac ~
|
Beta Was this translation helpful? Give feedback.
-
This sounds like you have an M processor-based micromamba rather than the Intel-based micromamba. Even on M type processor you have to run the Intel based micromamba. By default the install script will install the correct version but if you already had micromamba or conda installed issues might arise. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I keep running into this error when running the:
curl http://data.biostarhandbook.com/install.sh | bash
6 Installing tools into bioinfo
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
error libmamba Could not solve for environment specs
The following packages are incompatible
└─ samtools >=1.14 is not installable because there are no viable options
├─ samtools [1.14|1.15] would require
│ └─ htslib >=1.14,<1.19.0a0 , which conflicts with any installable versions previously reported;
├─ samtools [1.15|1.15.1] would require
│ └─ htslib >=1.15,<1.19.0a0 , which conflicts with any installable versions previously reported;
├─ samtools [1.15.1|1.16.1] would require
│ └─ htslib >=1.16,<1.19.0a0 , which conflicts with any installable versions previously reported;
├─ samtools [1.16.1|1.17] would require
│ └─ htslib >=1.17,<1.19.0a0 , which conflicts with any installable versions previously reported;
├─ samtools [1.17|1.18] would require
│ └─ htslib >=1.17,<1.18.0a0 , which conflicts with any installable versions previously reported;
└─ samtools 1.18 would require
└─ htslib >=1.18,<1.19.0a0 , which conflicts with any installable versions previously reported.
critical libmamba Could not solve for environment specs
I installed samtools and htslib with the following command:
micromamba install samtools
micromamba install htslib
The errors still exists.
Beta Was this translation helpful? Give feedback.
All reactions