Open joaoasrosa opened 5 years ago
Hey,
I can only assume that the UTF-8 locale isn't installed by default on your machine. I don't think our code makes an explicit requirement for it but one of the dependency seems to.
Seems to be an old bug in Python that has been fixed recently:
https://bugs.python.org/issue18378
I don't own a Mac so I don't know how it could be deployed.
Hey, Thanks. And you triggered me. The solution that I used was: https://coderwall.com/p/-k_93g/mac-os-x-valueerror-unknown-locale-utf-8-in-python .
Given that I'm not a python expert, the guidance was helpful.
I will do a PR for the documentation.
awesome, thanks
After I install all the dependencies, and use a virtual environment, when trying to generate a report (
chaos report
) I have the following problem:What extra configuration is needed for the locale?