I am trying to install Qiime on my workstation to process some reads, I tried installing with conda, and it failed:
conda env create
--name rachis-qiime2-2026.4
--file https://raw.githubusercontent.com/qiime2/distributions/refs/heads/dev/2026.4/qiime2/released/rachis-qiime2-linux-64-conda.yml
2 channel Terms of Service accepted
Channels:
- conda-forge
- bioconda
- released
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package deblur-1.1.1-pyhdfd78af_0 requires sortmerna 2.0, but none of the providers can be installed
Could not solve for environment specs
The following package could not be installed
ββ deblur =1.1.1 * is not installable because it requires
ββ sortmerna ==2.0 *, which conflicts with any installable versions previously reported.
Any reason why those errors and how to fix them?