-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
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
[Bug] Bark fails in non-root environment #3608
Comments
Hi, I have a practically similar problem but on macOS, any solutions? EDIT |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels. |
same issue on terminal ubuntu on wsl windows, non-root fails with error: PermissionError: [Errno 13] Permission denied: '/root/.local' |
I'm honestly 🤯 by how /root is hardcoded in the config 🤦🏼♀️ |
This is now fixed in our fork, available via |
Describe the bug
On Debian 12 with python 3.11 and tts 0.22.0 running command
tts --model_name tts_models/multilingual/multi-dataset/bark --list_speaker_idxs
as non-root fails with error:
PermissionError: [Errno 13] Permission denied: '/root/.local'
Screenshot:
To Reproduce
Expected behavior
tts should download model and then list available speakers
Logs
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: