admin管理员组

文章数量:1612150

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

在conda用以下命令安装mlxtend的时候报错:

$ conda install mlxtend
Collecting package metadata: done
Solving environment: failed

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

  - mlxtend

Current channels:

  - https://repo.anaconda.com/pkgs/main/osx-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/free/osx-64
  - https://repo.anaconda.com/pkgs/free/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 install -c conda-forge mlxtend

本文标签: PackagesNotFoundErrorPythonpackageschannelsCurrent