Core metrics analysis error - UnicodeEncodeError, 'latin-1' codec can't encode character '\u03b2'

Thanks @cjone228!

See this env var:

This is one of those related ones I was looking for. I suspect that all you need to do is update your LC_ALL to use the same formatting as the value above (your value is formatted differently - the locale databases vary a bit from system to system, and usually are based on an "exact match" of the value):

LC_ALL=en_US.UTF-8

If that doesn't fix it, please run the following and paste all of the results here:

locale

Thanks!
:qiime2: