Pelican 3.3 pelican-quickstart error “ValueError: unknown locale: UTF-8”

You could try a solution posted here or here. Basically, add some lines to your ~/.bash_profile: export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 There is an outstanding bug report related to this issue. It appears that Python makes some assumptions about the format of locale names that aren’t universally valid. Explicitly setting these environment vars is basically just … Read more