Я создаю своего собственного чат-бота, поэтому мне нужен пакет gTTS, но я не могу установить его с помощью conda на windows, каждый раз, когда установка заканчивается неудачей.
Я пытался: conda install gTTS
conda install gTTS
а также: Конда install -c conda-forge 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.