coqui-ai / stt-model-manager

Coqui STT Model Manager - install, manage and try out Coqui STT models from the Model Zoo
https://coqui.ai
Mozilla Public License 2.0
24 stars 17 forks source link

Add build support for python 3.10 #36

Closed Lanzaa closed 2 years ago

Lanzaa commented 2 years ago

Readd build support for python 3.10 by pinning Werkzeug<2.10. Werkzeug comes from our use of Flask-SocketIO. Note that Werkzeug 2.10 also drops python 3.6 support.

Closes issues #34 and #35.

reuben commented 2 years ago

You need to quote the version numbers when adding 3.10, otherwise they're treated as numbers. Silly YAML thing.

mcandre commented 2 years ago

Which release version of coqui-stt-model-manager will include this fix?

wasertech commented 2 years ago

Which release version of coqui-stt-model-manager will include this fix?

It should end up in the pip repos as v0.0.20 if everything goes to plan 😅