Skip to content
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

Unsupported Locale setting #239

Closed
pantalonielettrici opened this issue Oct 26, 2024 · 1 comment
Closed

Unsupported Locale setting #239

pantalonielettrici opened this issue Oct 26, 2024 · 1 comment

Comments

@pantalonielettrici
Copy link

Can't run Oversteer, getting:

Traceback (most recent call last):
  File "/app/bin/oversteer", line 48, in <module>
    locale.setlocale(locale.LC_ALL, '')
  File "/usr/lib/python3.11/locale.py", line 627, in setlocale
    return _setlocale(category, locale)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
locale.Error: unsupported locale setting
@berarma
Copy link
Owner

berarma commented Feb 5, 2025

The locale set in your system is invalid. You either have to change it to one listed in your system as valid, or generate a new locale.

@berarma berarma closed this as completed Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants