I am trying to install the amplicon distribution on WSL using conda (with: conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml
)
However, I get the following dependency error:
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.
How can this be fixed?