Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

missing dependency #72

Open
builderjer opened this issue Oct 2, 2023 · 0 comments
Open

missing dependency #72

builderjer opened this issue Oct 2, 2023 · 0 comments

Comments

@builderjer
Copy link
Member

Fresh venv on Arch linux

pip install git+https://github.com/OpenVoiceOS/ovos-personal-backend

And then try and run.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant