Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PackagesNotFoundError unable to install snp-sites and snippy via bioconda #610

Open
gloriajzhou opened this issue Mar 13, 2025 · 1 comment

Comments

@gloriajzhou
Copy link

I would like to install snippy via bioconda using the command: conda install -c bioconda snippy

However, I receive the following error:

Channels:

  • bioconda
  • defaults
  • r
  • conda-forge
    Platform: osx-arm64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:

  • nothing provides snp-sites >=2.4 needed by snippy-4.4.0-0

Could not solve for environment specs
The following package could not be installed
└─ snippy =* * is not installable because it requires
└─ snp-sites >=2.4 *, which does not exist (perhaps a missing channel).

Next, I tried to install snp-sites via bioconda using: conda install -c bioconda snp-sites

However, I then received this error:

Channels:

  • bioconda
  • defaults
  • r
  • conda-forge
    Platform: osx-arm64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • snp-sites

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Any advice to resolve this issue would be greatly appreciated.

@Wytamma
Copy link
Collaborator

Wytamma commented Mar 26, 2025

Hi @gloriajzhou,

This might be related to osx-arm64 to Can you try installing snippy 4.6.0?

Here's notebook with installation on linux -> https://colab.research.google.com/drive/1yOu6BbPsFlkdRydJNZ80xhi54YwDMzun?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants