码迷,mamicode.com
首页 > 编程语言 > 详细

[问题解决]Python locale error: unsupported locale setting

时间:2019-01-23 20:28:02      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:mod   https   问题解决   tin   .com   uri   pip   conf   ast   

原文来源:https://stackoverflow.com/questions/14547631/python-locale-error-unsupported-locale-setting

安装flask包的时候,不支持语言环境,报错如下:

Traceback (most recent call last):
  File "/usr/bin/pip3", line 11, in <module>
    sys.exit(main())
  File "/usr/lib/python3/dist-packages/pip/__init__.py", line 215, in main
    locale.setlocale(locale.LC_ALL, '')
  File "/usr/lib/python3.5/locale.py", line 594, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

解决方法:
依次执行一下命令:

export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
sudo dpkg-reconfigure locales 选择en_US.UTF-8

[问题解决]Python locale error: unsupported locale setting

标签:mod   https   问题解决   tin   .com   uri   pip   conf   ast   

原文地址:https://www.cnblogs.com/everfight/p/locale_error.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!