-
Notifications
You must be signed in to change notification settings - Fork 231
Description
Checklist
- I added a descriptive title.
- I searched through existing issues and couldn't find a solution or duplicate issue.
- I searched on the web (e.g. Google) and didn't find any helpful information.
- I searched the Anaconda documentation and didn't find any helpful information.
Impacted product
- A conda package (built by Anaconda)
- Anaconda Distribution (formerly Anaconda Individual Edition)
- Miniconda
- Anaconda.org
What happened?
I want to install BLAST but I keep getting this error I also have bioconda channel .
"conda install bioconda/label/cf201901::blast"
"conda install bioconda::blast"
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- bioconda/label/cf201901::blast
Current channels:
- https://conda.anaconda.org/bioconda/osx-arm64
- https://conda.anaconda.org/bioconda/noarch
- https://repo.anaconda.com/pkgs/main/osx-arm64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-arm64
- https://repo.anaconda.com/pkgs/r/noarch
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
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.
Expected behavior or outcome
to install blast
Conda info
No response
Conda config
No response
Conda list
No response
Additional information
No response