为什么在 conda 回购中找不到 eyed3

why could not found eyed3 in the conda repo

当我尝试像这样使用 conda 命令安装 eyed3 时:

 sudo conda install eyeD3

显示此错误:

  $ sudo conda install eyeD3                                                                                          ‹ruby-2.7.2›
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

  - eyed3

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/osx-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-64
  - https://repo.anaconda.com/pkgs/r/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 回购中找不到 eyed3?我应该怎么做才能使用 conda 安装 eyed3?

There is no conda package for macOS in any conda channel, so you will neeed to follow the docs 并做

pip install eyeD3