We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, On a X11 machine. echo $XDG_SESSION_TYPE x11
I am trying to run nerd-dictation ~ ./nerd-dictation begin --vosk-model-dir=./model &
But I get the following error:
[1] 3493 zsh: permission denied: ./nerd-dictation [1] + 3493 exit 126 ./nerd-dictation begin --vosk-model-dir=./model
nerd-dictation installed: /home/$USER/nerd-dictation/nerd-dictation
~ python --version Python 3.10.10 ~ which python //home/map/miniconda3/bin/python vosk in /home/map/miniconda3/lib/python3.10/site-packages/vosk
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
On a X11 machine.
echo $XDG_SESSION_TYPE
x11
I am trying to run nerd-dictation
~ ./nerd-dictation begin --vosk-model-dir=./model &
But I get the following error:
[1] 3493
zsh: permission denied: ./nerd-dictation
[1] + 3493 exit 126 ./nerd-dictation begin --vosk-model-dir=./model
nerd-dictation installed:
/home/$USER/nerd-dictation/nerd-dictation
~ python --version
Python 3.10.10
~ which python
//home/map/miniconda3/bin/python
vosk in
/home/map/miniconda3/lib/python3.10/site-packages/vosk
Thank you
The text was updated successfully, but these errors were encountered: