pip install tabulate UnicodeDecodeError

前端 未结 1 1911
囚心锁ツ
囚心锁ツ 2021-01-06 04:13

I\'m trying to install the python package tabulate by running pip3 install tabulate on Archlinux but i got the following error:

Dow         


        
相关标签:
1条回答
  • 2021-01-06 04:58

    Solution It looked like a locale issue on my OS. Had to overwrite the global LANG environment variable to LANG="en_US.UTF-8".

    0 讨论(0)
提交回复
热议问题