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

unable to install conda package #40

Open
zhan6021 opened this issue Jul 9, 2022 · 3 comments
Open

unable to install conda package #40

zhan6021 opened this issue Jul 9, 2022 · 3 comments

Comments

@zhan6021
Copy link

zhan6021 commented Jul 9, 2022

Hello! I am running an issue with installing the conda package saying the dragmap package not available from current channels. Although I thought I have configured both bioconda and conda-forge channels. Anyone know the solution to this? Thanks for the help!

The command I used:

config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

conda install -c bioconda dragmap

Here is the error message:

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:

  • dragmap

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.

@hddesai
Copy link

hddesai commented Aug 15, 2022

Maybe try changing the order of the channels. Did you create a new environment just for dragmap?
conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda

@mchiapello
Copy link

I have the same problem. The proposed solution is not working.
DO yuo have any advise?

@ghost
Copy link

ghost commented Mar 14, 2024

Make sure you are using a Linux x86_64 system. If you are running a different platform Conda will not show dragmap as available because it is not compatible to Mac or Windows systems.

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