【发布时间】:2020-01-19 22:35:23
【问题描述】:
我目前正在尝试为 anaconda 安装语音识别,但出现错误
(base) C:>conda install -c conda -forge/label/cf201901 收集包元数据(current_repodata.json):完成 求解环境:初始冻结求解失败。使用灵活的求解重试。 收集包元数据(repodata.json):完成 求解环境:初始冻结求解失败。使用灵活的求解重试。
PackagesNotFoundError: The following packages are not available from current channels:
- -
- forge/label/cf201901
Current channels:
- https://conda.anaconda.org/conda/win-32
- https://conda.anaconda.org/conda/noarch
- https://repo.anaconda.com/pkgs/main/win-32
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-32
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-32
- 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.
【问题讨论】:
-
它看起来像是一个错字:
-c conda - forge/label/cf201901应该是-c conda-forge/label/cf201901,即没有空格。但是,这只是一个渠道,而不是一个包。包裹是什么?更重要的是,你真的需要那个特定的标签频道吗?这专门用于使用 2019 之前的编译器集构建包。你可能只想要conda install -c conda-forge my_pkg
标签: anaconda python-3.7