环境

  • MacOS Sierra
  • Python 3.6

安装参照使用pipenv管理你的项目

解决方案

~/.bash_profile里加上下面两行

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

参考ValueError: unknown locale: UTF-8

相关文章:

  • 2021-09-03
  • 2021-11-24
  • 2022-12-23
  • 2021-07-01
  • 2021-04-17
  • 2022-03-09
  • 2022-12-23
猜你喜欢
  • 2021-08-03
  • 2021-07-16
  • 2022-12-23
  • 2021-10-25
  • 2022-02-18
  • 2021-08-14
  • 2021-09-14
相关资源
相似解决方案