【问题标题】:PackagesNotFoundError: The following packages are not available from current channels -python=3.0PackagesNotFoundError:当前频道不提供以下软件包 -python=3.0
【发布时间】:2021-09-07 14:02:56
【问题描述】:

如何解决?

PackagesNotFoundError: The following packages are not available from current channels:

  - python=3.0

Current channels:

  - 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
  - https://conda.anaconda.org/conda-forge/win-64
  - 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.

【问题讨论】:

  • 不太确定缺少什么包。 python=3.0 不是一个包。
  • Python 3.0 已于 2009 年结束生命,这就是为什么它无法从 conda 频道获得。你能指出你想要达到的目标吗?
  • 请澄清您的具体问题或提供其他详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。

标签: python anaconda conda


【解决方案1】:

您必须使用诸如 python==3.0.1 之类的版本格式来定义包。 希望这对你有用。

【讨论】:

    猜你喜欢
    • 2018-07-07
    • 2018-07-27
    • 1970-01-01
    • 2021-12-10
    • 2020-10-03
    • 1970-01-01
    • 1970-01-01
    • 2021-10-20
    • 2020-10-13
    相关资源
    最近更新 更多