STT icon indicating copy to clipboard operation
STT copied to clipboard

Feature request: FreeBSD support

Open ghost opened this issue 2 years ago • 1 comments

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

ghost avatar Feb 16 '22 23:02 ghost

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

reuben avatar Feb 16 '22 23:02 reuben