You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ stt-model-manager
Traceback (most recent call last):
File "/home/droundy/src/voice-control/venv-stt/bin/stt-model-manager", line 5, in <module>
from coqui_stt_model_manager.__main__ import main
File "/home/droundy/src/voice-control/venv-stt/lib/python3.9/site-packages/coqui_stt_model_manager/__main__.py", line 9, in <module>
from .server import build_app, get_server_hostport, start_app
File "/home/droundy/src/voice-control/venv-stt/lib/python3.9/site-packages/coqui_stt_model_manager/server.py", line 18, in <module>
from flask_socketio import SocketIO
File "/home/droundy/src/voice-control/venv-stt/lib/python3.9/site-packages/flask_socketio/__init__.py", line 24, in <module>
from werkzeug.serving import run_with_reloader
ImportError: cannot import name 'run_with_reloader' from 'werkzeug.serving' (/home/droundy/src/voice-control/venv-stt/lib/python3.9/site-packages/werkzeug/serving.py)
Expected behavior
A browser tab will open and you can then download and test models from the Model Zoo.
Environment (please complete the following information):
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Debian bullseye
Python version: 3.9.2
The text was updated successfully, but these errors were encountered:
I'm running this on an M1 Macbook Air but I have the terminal emulating Intel architecture with Rosetta, so not quite sure if the M1 ARM architecture is the issue here.
Edit: It actually is M1/architecture related. Waiting for this issue to get solved: #2023
Describe the bug
A clear and concise description of what the bug is.
When I follow the quickstart instructions I get a crash when I run
stt-model-manager
.To Reproduce
Steps to reproduce the behavior:
python3 -m venv venv-stt
source venv-stt/bin/activate
python -m pip install -U pip
python -m pip install coqui-stt-model-manager
stt-model-manager
I then get
Expected behavior
A browser tab will open and you can then download and test models from the Model Zoo.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: