某些情况下语言设置错误或未进行配置,会导致错误,比如使用 pip 安装的时候,出现 locale.Error: unsupported locale setting 错误,可通过输入以下命令解决该问题:
export LC_ALL=C