Python locale error: unsupported locale setting

Posted lzhd24

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python locale error: unsupported locale setting相关的知识,希望对你有一定的参考价值。

1、 问题

用pip install安装包的时候会提示:

Traceback (most recent call last):
File "/usr/bin/pip", line 11, in
sys.exit(main())
File "/usr/lib/python2.7/dist-packages/pip/init.py", line 215, in main
locale.setlocale(locale.LC_ALL, ‘‘)
File "/usr/lib/python2.7/locale.py", line 581, in setlocale
return _setlocale(category, locale)

这是地区编码设置问题

2、解决办法

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

最后一步按两次OK就可以了。







以上是关于Python locale error: unsupported locale setting的主要内容,如果未能解决你的问题,请参考以下文章

uwsgi部署相关问题Fatal Python error: Py_Initialize: Unable to get the locale encoding

当我想制作 libsvm 时出现“make”错误(系统:MAC OS X 10.12.6)

报错解决——pytesseract.pytesseract.TesseractError: (1,’Error opening data file /usr/local/share/tessdata/

<function check_errors.<locals>.wrapper at 0x03A69780> 启动的线程中未处理的异常

/horovod/tensorflow/mpi lib.so: error: symbol lookup error: undefined symbol

python3: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: