When I try to create a new environment with pygenomeviz libmamba show up with a failure
micromamba create -n pygenomeviz bioconda::pygenomeviz
error libmamba Could not solve for environment specs
The following package could not be installed
└─ pygenomeviz =* * is not installable because it conflicts with any installable versions previously reported.
critical libmamba Could not solve for environment specs
Same goes if I explicitly specify the latest version.
micromamba create -n pygenomeviz bioconda::pygenomeviz=0.4.4
error libmamba Could not solve for environment specs
The following package could not be installed
└─ pygenomeviz =0.4.4 * is not installable because it conflicts with any installable versions previously reported.
critical libmamba Could not solve for environment specs
Perhaps there may be some dependency conflicts in the recipe?
When I try to create a new environment with pygenomeviz libmamba show up with a failure
Same goes if I explicitly specify the latest version.
Perhaps there may be some dependency conflicts in the recipe?