How to solve error : PackagesNotFoundError: The following packages are not available from current channels
yunsangk opened this issue · 1 comments
yunsangk commented
l have something problem.
when i try env create, error code is on my anaconda prompt
(base) C:\Users\sangyun\RoseTTAFold2NA>conda env create -f RF2na-linux.yml
Channels:
- pytorch
- nvidia
- defaults
- conda-forge
- bioconda
- dglteam/label/cu117
- pyg
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- pyg::pyg
- bioconda::mafft
- bioconda::infernal
- bioconda::hmmer[version='>=3.3']
- bioconda::hhsuite
- dglteam/label/cu117::dgl
- bioconda::csblast
- bioconda::cd-hit
- bioconda::blast
Current channels:
- https://conda.anaconda.org/pytorch/win-64
- https://conda.anaconda.org/nvidia/win-64
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/bioconda/win-64
- https://conda.anaconda.org/bioconda
- https://conda.anaconda.org/bioconda
- https://conda.anaconda.org/bioconda
- https://conda.anaconda.org/bioconda
- https://conda.anaconda.org/bioconda
- https://conda.anaconda.org/bioconda
- https://conda.anaconda.org/bioconda
- https://conda.anaconda.org/dglteam/label/cu117
- https://conda.anaconda.org/pyg
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.
thank you
SuhasSrinivasan commented
Potential solution #105