如何通过conda安装python_abi包?

时间:2021-07-05 11:30:01

标签: python anaconda 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.

1 个答案:

答案 0 :(得分:0)

要通过 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