×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Location settings errors during installation

  • Posts: 107
  • Thank you received: 4
Hoi I need some help to correct my location settings, how to on my pi - Umbunto Mate

i get the following errors

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = "nl_NL.UTF-8",
LC_MONETARY = "nl_NL.UTF-8",
LC_CTYPE = "UTF-8",
LC_ADDRESS = "nl_NL.UTF-8",
LC_TELEPHONE = "nl_NL.UTF-8",
LC_NAME = "nl_NL.UTF-8",
LC_MEASUREMENT = "nl_NL.UTF-8",
LC_IDENTIFICATION = "nl_NL.UTF-8",
LC_NUMERIC = "nl_NL.UTF-8",
LC_PAPER = "nl_NL.UTF-8",
LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or

and installing the web manger

pi@indi-server:/usr/bin$ sudo -H pip3 install indiweb
Traceback (most recent call last):
File "/usr/bin/pip3", line 11, in <module>
sys.exit(main())
File "/usr/lib/python3/dist-packages/pip/__init__.py", line 215, in main
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python3.5/locale.py", line 594, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting


Any hints and tips how to correct this ar appreciated

Thanks

Chris
5 years 4 months ago #33067

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
Hoi Chris,

Open a terminal and type

sudo dpkg-reconfigure locales

and make sure that nl_NL.UTF8 is selected and press enter.


Succes ermee!

Wouter
The following user(s) said Thank You: Chris Alberts
5 years 4 months ago #33068

Please Log in or Create an account to join the conversation.

Time to create page: 0.486 seconds