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.27k stars 275 forks source link

Feature request: FreeBSD support #2115

Open ghost opened 2 years ago

ghost commented 2 years ago

I can't install stt.

> python -m venv .venv
> . .venv/bin/activate.fish
> pip install stt==1.2.0
ERROR: Could not find a version that satisfies the requirement stt==1.2.0 (from versions: none)
ERROR: No matching distribution found for stt==1.2.0

I expect stt is installed.

FreeBSD 13.0-RELEASE No TensorFlow Python 3.8.12 No CUDA

reuben commented 2 years ago

We don't have pre-built binaries for FreeBSD. Patches are welcome! The CI builds are defined in https://github.com/coqui-ai/STT/blob/main/.github/workflows/build-and-test.yml