How to resolve 'ValueError: unknown locale: UTF-8'

preview_player
Показать описание
This video will show you how to resolve ValueError: unknown locale: UTF-8 error while running python in django project.

command
export LC_ALL=en_US.UTF-8
Рекомендации по теме
Комментарии
Автор

Thanks. It worked for me when I got this error in ansible
`ERROR: Ansible requires the locale encoding to be UTF-8; Detected ISO8859-1.`

Ayush-rsnc
Автор

Thanks. It worked for me when I got this error in ansible
`ERROR: Ansible requires the locale encoding to be UTF-8; Detected ISO8859-1.`

parthachoudhury