【发布时间】:2019-09-12 09:21:27
【问题描述】:
我正在创建自己的聊天机器人,因此我需要 gTTS 包,但我无法在 Windows 上使用 conda 安装它,每次安装都以失败告终。
我试过了:
conda install gTTS
还有:
康达install -c conda-forge gTTS
结果:
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- gtts
Current channels:
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/win-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/win-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.
【问题讨论】:
-
显然还没有人打包。这使您可以选择以下选项:1)使用 pip 安装它 2)在此处将其贡献给 conda-forge:github.com/conda-forge/staged-recipes