conda install:当前渠道不提供以下软件包

conda install: The following packages are not available from current channels

我正在尝试从 conda-forge 安装 hoomd 包。根据我收到的错误消息,它“无法从当前渠道获得”,但 conda-forge 看起来在列表中。我一直在寻找解决方案很长一段时间。可能导致此问题的原因是什么?

(base) C:\Users\caleb>conda install -c conda-forge hoomd
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:

  - hoomd

Current channels:

  - https://conda.anaconda.org/conda-forge/win-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/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.

该软件包不适用于 win-64 平台。如果你必须 运行 这个包,你将不得不研究像 WSL 或 Docker 到 运行 virtualized/containerized Linux 这样的选项。作者用软件维护两者 a Singularity image and a Docker image