-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello, I'm working on a Mac with an M4 chip and having some trouble installing Bactabolize. Running the command:
mamba create -n bactabolize -y -c kelwyres -c bioconda -c conda-forge 'bactabolize==1.0.4
Gives me the error message:
error libmamba Could not solve for environment specs The following package could not be installed └─ bactabolize ==1.0.4 * does not exist (perhaps a typo or a missing channel). critical libmamba Could not solve for environment specs
Trying the older version with the command:
mamba create -n bactabolize -y -c kelwyres -c bioconda -c conda-forge 'bactabolize==1.0.3'
I get:
error libmamba Could not solve for environment specs The following package could not be installed └─ bactabolize ==1.0.3 * is not installable because it requires └─ blast ==2.12.0 *, which does not exist (perhaps a missing channel). critical libmamba Could not solve for environment specs