PackagesNotFoundError: The following packages are not available from current channels -python=3.0

PackagesNotFoundError: The following packages are not available from current channels -python=3.0

如何解决?

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.1 的版本格式来定义包。 希望这对你有用。