如何通过 conda 安装 python_abi 包?

How to install python_abi package through conda?

当我尝试通过 conda 安装 python_abi 包时,出现以下错误。

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

- python_abi

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

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.

要通过 conda 安装 python_abi 包,运行 以下之一:

conda install -c conda-forge python_abi
conda install -c conda-forge/label/broken python_abi
conda install -c conda-forge/label/cf202003 python_abi