I\'m trying to install the python package tabulate by running pip3 install tabulate on Archlinux but i got the following error:
tabulate
pip3 install tabulate
Dow
Solution It looked like a locale issue on my OS. Had to overwrite the global LANG environment variable to LANG="en_US.UTF-8".