【发布时间】: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
【问题讨论】:
标签: python anaconda conda n-gram