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

Issues installing hybpiper #118

Closed
veronicamb opened this issue May 4, 2023 · 2 comments
Closed

Issues installing hybpiper #118

veronicamb opened this issue May 4, 2023 · 2 comments

Comments

@veronicamb
Copy link

I'm trying to install hybpiper but I keep getting the same "package not found" message.

I've tried installing it using conda and I get this message:

~ % conda install -c bioconda hybpiper
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

  • hybpiper

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.

A similar message shows up when I try to install with mamba. I've tried changing python versions as well (from 3.10 to 3.9), but the issue persists. I'm not a bioinformatician, so I'll need a more detailed explanation, if possible.

thank you

@chrisjackson-pellicle
Copy link
Collaborator

chrisjackson-pellicle commented May 5, 2023

Hi @veronicamb,

I was just typing a response and noticed that you've closed this issue. Did you find a solution? Here's my partially completed response, in case it's of any use:

"""
By the look of your current channel list, it appears as though you're using a Mac with an M1 or M2 chip with ARM64 architecture - is that correct?

If so, you won't be able to install HybPiper from bioconda, as bioconda doesn't support ARM64 architecture or macOS yet (see e.g. here and here - looks like it might arrive Q3 2023...).

I'll be maintaining the latest HybPiper versions on my conda channel (https://anaconda.org/chrisjackson-pellicle/hybpiper) for a while, but unfortunately I don't have access to an M1 Mac to build and test the HybPiper package. However, it's my understanding that you can install x86 conda packages on an M1 Mac, e.g. see here: https://towardsdatascience.com/how-to-manage-conda-environments-on-an-apple-silicon-m1-mac-1e29cb3bad12
""""

Cheers,

Chris

@veronicamb
Copy link
Author

veronicamb commented May 5, 2023 via email

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