PackagesNotFoundError:当前频道不提供以下软件包(ngram)
Posted
技术标签:
【中文标题】PackagesNotFoundError:当前频道不提供以下软件包(ngram)【英文标题】:PackagesNotFoundError: The following packages are not available from current channels (ngram) 【发布时间】:2018-07-27 10:41:45 【问题描述】:我正在尝试在 python 中安装 ngram,但它给出了错误。我尝试了这些代码,但它们都给出了同样的错误:
conda install ngram
秒:
conda config --add channels loopbio
conda config --append channels conda-forge
conda install ngram -c conda-forge
错误是:
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- ngram
Current channels:
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
- https://conda.anaconda.org/loopbio/win-64
- https://conda.anaconda.org/loopbio/noarch
- https://repo.continuum.io/pkgs/main/win-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/win-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/win-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/win-64
- https://repo.continuum.io/pkgs/pro/noarch
- https://repo.continuum.io/pkgs/msys2/win-64
- https://repo.continuum.io/pkgs/msys2/noarch
我该如何解决?
我也试过了
pip install ngram
【问题讨论】:
PackagesNotFoundError: The following packages are not available from current channels:的可能重复 【参考方案1】:Searching on anaconda.org 显示此包不在您搜索的任何频道中。 ngram 包的pypi page 表明它与Python 2.6、2.7 和3.2 兼容。如果您使用的是 Python 3,则很可能您使用的是更新的版本,例如 3.5 或 3.6,这个包似乎不支持。您可以尝试通过从github 下载并运行python setup.py install
来从源代码安装它。
【讨论】:
以上是关于PackagesNotFoundError:当前频道不提供以下软件包(ngram)的主要内容,如果未能解决你的问题,请参考以下文章
无法安装 tensorflow:PackagesNotFoundError:当前渠道不提供以下软件包
PackagesNotFoundError:当前频道不提供以下软件包(libgcc-ng 和 libstdcxx-ng)
在 Mac OS Big Sur 11.0.1 上使用 anaconda 安装 Torch 时出现 PackagesNotFoundError
PackagesNotFoundError: The following packages are not available from current channels
Anaconda Prompt (Anaconda3),conda install安装python库时,出现PackagesNotFoundError的解决方案