This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/66AK2G02: Installing locales on Embedded Linux

Part Number: 66AK2G02

Tool/software: Linux

Hello,

So I am working with K2G Evaluation Module, and it has a linux version 4.4.41. I am working with the google assistant python SDK, and when I try to authenticate the device to have access to the google assistant APIs I get the following error: 

FileNotFoundError: [Errno 2] No such file or directory: 'locale'

I am guessing the problem is that the linux on the board doesn't have locales installed. I have done some research on how I can get locale installed, and nothing has been helpful as almost everything suggests using apt-get or dpkg which are not available on this linux. Any suggestion on how I can get locales installed on the system?

Thank you