macOS (new?) issue
sh4tteredd opened this issue · 1 comments
sh4tteredd commented
egglessness commented
Yes, I can confirm the issue in macOS 12.4. This is due to the fact that locale environment variables are improperly populated.
As a workaround, you can set the following environment variables before firing up the script:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
I think the script should fallback to en_US
when the locale.getdefaultlocale()[0]
returns None
.