英文:
Anaconda PackagesNotFoundError when installing habitat-lab on Windows 11
问题
我正在尝试从这个[GitHub存储库][1]进行一些实验,安装habitat-lab。
在步骤2中,当我输入以下命令时:
conda install habitat-sim withbullet -c conda-forge -c aihabitat
我收到以下错误消息:
收集软件包元数据(current_repodata.json):已完成
正在解决环境:不成功的初始尝试,使用冻结的解决方案。重试使用灵活的解决方案。
收集软件包元数据(repodata.json):已完成
正在解决环境:不成功的初始尝试,使用冻结的解决方案。重试使用灵活的解决方案。
PackagesNotFoundError:当前渠道中找不到以下软件包:
- habitat-sim
当前渠道:
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
- https://conda.anaconda.org/aihabitat/win-64
- https://conda.anaconda.org/aihabitat/noarch
- https://conda.anaconda.org/loopbio/win-64
- https://conda.anaconda.org/loopbio/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
要搜索可能提供所需conda软件包的备用渠道,请访问
https://anaconda.org
并在页面顶部使用搜索栏。
如何解决这个问题?
[1]: https://github.com/facebookresearch/habitat-lab#installation
<details>
<summary>英文:</summary>
I am trying to install habitat-lab for some experimentation from this [Github Repo][1].
On the **instruction 2**, when I am putting the command:
conda install habitat-sim withbullet -c conda-forge -c aihabitat
I am getting following errors:
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:
- habitat-sim
Current channels:
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
- https://conda.anaconda.org/aihabitat/win-64
- https://conda.anaconda.org/aihabitat/noarch
- https://conda.anaconda.org/loopbio/win-64
- https://conda.anaconda.org/loopbio/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.
How can I solve this issue?
[1]: https://github.com/facebookresearch/habitat-lab#installation
</details>
# 答案1
**得分**: 0
根据[GitHub上的这个问题][1],他们不支持Windows操作系统。
[1]: https://github.com/facebookresearch/habitat-sim/issues/1570
<details>
<summary>英文:</summary>
So according to [this issue on Github][1], they have no support for Windows OS.
[1]: https://github.com/facebookresearch/habitat-sim/issues/1570
</details>
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论