Issue trying to install latest macOS (Intel) Amplicion

Hi,

I am having issues installing the latest qiime2-amplicon-2025.4. I am using the code from QIIME 2 Library for macos (intel)
Note the MOSHPIT installed fine with out error.
This is the error message
Channels:

  • released
  • conda-forge
  • bioconda
  • defaults
    Platform: osx-64
    Collecting package metadata (repodata.json): done
    Solving environment: | warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
  • warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
    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.

Would be great if you could please provide some guidance.

Many thanks

K

It appears you are running into the same issue as outlined here:

That is, try setting:

conda config --set channel_priority flexible
3 Likes