-
Hi everyone, trying to use the pretrained models on Ubuntu 20.04 and Python3.8. Installed stt with pip3, but when I'm executing the stt command;
I get:
I'm running it in a Docker Container. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I solved installing from the same requirements available in the python websocket example.
|
Beta Was this translation helpful? Give feedback.
-
You're trying to read a TFLite model with ProtocolBuffer code. |
Beta Was this translation helpful? Give feedback.
-
It sounds like you're using an older version of the package. If you upgrade to STT==1.0.0 it should work fine. |
Beta Was this translation helpful? Give feedback.
I solved installing from the same requirements available in the python websocket example.
I installed these modules with pip