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

Error installing snvphyl-tools using conda #11

Open
PHemarajata opened this issue Sep 15, 2020 · 4 comments
Open

Error installing snvphyl-tools using conda #11

PHemarajata opened this issue Sep 15, 2020 · 4 comments

Comments

@PHemarajata
Copy link

Hi, I ran this command: conda install snvphyl-tools
I received the following error:

Collecting package metadata: done
Solving environment: failed

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

  • snvphyl-tools

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.

Did I do anything wrong? Any help is appreciated. Thank you!

@apetkau
Copy link
Member

apetkau commented Sep 15, 2020

Hello @PHemarajata you will have to use the bioconda channel (along with conda-forge), either adding them to your default channels or running the install like:

conda install -c bioconda -c conda-forge snvphyl-tools

@ericenns
Copy link
Member

Just to add you likely want to follow the installation instructions for bioconda (https://bioconda.github.io/user/install.html#set-up-channels). Just adding the bioconda channel might work, but some bioconda package dependencies are located in other channels.

@PHemarajata
Copy link
Author

Hi @apetkau I tried your command and still got the same error. I'm running this on MacOS Catalina.

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:

  • snvphyl-tools

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.

@apetkau
Copy link
Member

apetkau commented Sep 16, 2020

Hello @PHemarajata. Currently the snvphyl-tools conda package is only available for Linux (you can see the available packages here https://anaconda.org/bioconda/snvphyl-tools/files). So, you will not be able to install on MacOS.

I created another issue #12 but we won't be able to work on this at the current moment.

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

3 participants