I am trying to isntall bowtie2 as the manual suggests, but I run into the following error.
(base) C:\WINDOWS\system32>conda config --add channels defaults
Warning: 'defaults' already in 'channels' list, moving to the top
(base) C:\WINDOWS\system32>conda config --add channels bioconda
Warning: 'bioconda' already in 'channels' list, moving to the top
(base) C:\WINDOWS\system32>conda config --add channels conda-forge
Warning: 'conda-forge' already in 'channels' list, moving to the top
(base) C:\WINDOWS\system32>conda install bowtie2
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:
- bowtie2
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.