You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
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.
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:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
The text was updated successfully, but these errors were encountered: