Skip to content

Facing issues while running it #11

@theshivamsk

Description

@theshivamsk

--> Getting this while running main.py

[Running] python -u "c:\Users\LENOVO\JARVIS\main.py"
pygame 2.5.2 (SDL 2.28.3, Python 3.12.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "c:\Users\LENOVO\JARVIS\main.py", line 15, in
from record import speech_to_text
File "c:\Users\LENOVO\JARVIS\record.py", line 8, in
from rhasspysilence import WebRtcVadRecorder, VoiceCommand, VoiceCommandResult
ModuleNotFoundError: No module named 'rhasspysilence'

=========================

--> I'm getting this while running display.py

[Running] python -u "c:\Users\LENOVO\JARVIS\display.py"
Traceback (most recent call last):
File "c:\Users\LENOVO\JARVIS\display.py", line 13, in
def on_init(state: State) -> None:
^^^^^
NameError: name 'State' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions