Hello,
I am trying to install deblur in a server running Ubuntu server 5.15.0-131. After running
conda create -n deblurenv python=3.8 numpy
and activating the venv
conda activate deblurenv
I tried the installation command
conda install -c bioconda -c biocore VSEARCH>=2.7.0 MAFFT>=7.394 SortMeRNA=2.0 biom-format deblur
Then I have like 1000 copies of the same warning message
warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
Followed by these error messages

Any pointers?
Hello,
I am trying to install deblur in a server running Ubuntu server 5.15.0-131. After running
conda create -n deblurenv python=3.8 numpyand activating the venv
conda activate deblurenvI tried the installation command
conda install -c bioconda -c biocore VSEARCH>=2.7.0 MAFFT>=7.394 SortMeRNA=2.0 biom-format deblurThen I have like 1000 copies of the same warning message
warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITYFollowed by these error messages
Any pointers?