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
ovos-local-backend
2023-10-02 17:38:51.371 - OVOS - ovos_config.utils:init_module_config:36 - INFO - Configuring ovos_local_backend config
2023-10-02 17:38:51.374 - OVOS - ovos_config.utils:init_module_config:61 - INFO - Updating configuration at: /home/jbrodie/.config/OpenVoiceOS/ovos.conf
sqlite:////home/jbrodie/.local/share/ovos_backend.db
Traceback (most recent call last):
File "/home/jbrodie/software/REMOTE/bkendvenv/bin/ovos-local-backend", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/jbrodie/software/REMOTE/bkendvenv/lib/python3.11/site-packages/ovos_local_backend/__main__.py", line 14, in main
start_backend(args.flask_port, args.flask_host)
File "/home/jbrodie/software/REMOTE/bkendvenv/lib/python3.11/site-packages/ovos_local_backend/backend/__init__.py", line 56, in start_backend
app = create_app()
^^^^^^^^^^^^
File "/home/jbrodie/software/REMOTE/bkendvenv/lib/python3.11/site-packages/ovos_local_backend/backend/__init__.py", line 30, in create_app
from ovos_local_backend.backend.stt import get_stt_routes
File "/home/jbrodie/software/REMOTE/bkendvenv/lib/python3.11/site-packages/ovos_local_backend/backend/stt.py", line 19, in <module>
from speech_recognition import Recognizer, AudioFile, AudioData
ModuleNotFoundError: No module named 'speech_recognition'
I will PR in a bit. Putting it here so I don't forget
Fresh venv on Arch linux
pip install git+https://github.com/OpenVoiceOS/ovos-personal-backendAnd then try and run.
I will PR in a bit. Putting it here so I don't forget