Anaconda在Windows 11上安装habitat-lab时出现PackagesNotFoundError错误。

huangapple go评论86阅读模式
英文:

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&#39;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>



huangapple
  • 本文由 发表于 2023年6月26日 16:51:57
  • 转载请务必保留本文链接:https://go.coder-hub.com/76555065.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定