You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During initial setup with nix run .#invokeai-nvidia on a non-nixos machine i got Error: unsupported locale setting thrown from nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/locale.py:620.
The fix is as easy as export LC_ALL=C, but it is not something i want to add to my bash profile.
I've run into something like this before, and my fix at the time was to include more locales in the runtime closure.
Yeah we need to figure out what we're going to do regarding this. I'm thinking we'll simply have to set LC_ALL=C if you're running outside of NixOS, which limits us to English outside of NixOS.
I was able to get by this issue by using LC_ALL="C" nix run --extra-experimental-features nix-command --extra-experimental-features flakes github:nixified-ai/flake#invokeai-amd -- --web in case anyone using nix-shell has this same issue
During initial setup with
nix run .#invokeai-nvidia
on a non-nixos machine i gotError: unsupported locale setting
thrown fromnix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/locale.py:620
.The fix is as easy as
export LC_ALL=C
, but it is not something i want to add to my bash profile.I've run into something like this before, and my fix at the time was to include more locales in the runtime closure.
Additional context
The setup worked fine on my nixos machine, which also uses a norwegian locale.
The text was updated successfully, but these errors were encountered: