coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.23k stars 267 forks source link

Bug: ERROR: No matching distribution found for coqui-stt-ctcdecoder==1.0.0 #2366

Open amrzv opened 1 month ago

amrzv commented 1 month ago

Describe the bug Can't install ! pip install coqui_stt_training

To Reproduce Open the colab notebook and run all cells.

Expected behavior Expected the installation to be successful

! pip install -U pip
! pip install coqui_stt_training

Environment (please complete the following information): Default colab environment

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 79
model name  : Intel(R) Xeon(R) CPU @ 2.20GHz
stepping    : 0
microcode   : 0xffffffff
cpu MHz     : 2200.224
cache size  : 56320 KB
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"

Additional context image

comodoro commented 1 month ago

Chrck the Python version on Colab, I think they are currently on 3.10, while coqui_stt_training requires <3.10, as seen in your error message. You could try downgrading the version on Colab; one time it was possible, not sure if it is now. You have to search yourself.