kfei / slack-cleaner

:speech_balloon: Bulk delete messages and files on Slack
MIT License
1.24k stars 144 forks source link

Can't install! #54

Open thearabbit opened 6 years ago

thearabbit commented 6 years ago

Get error

root@localhost:~# pip install slack-cleaner
Traceback (most recent call last):
  File "/usr/bin/pip", line 11, in <module>
    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)
locale.Error: unsupported locale setting
sgratzl commented 6 years ago

according to https://stackoverflow.com/questions/36394101/pip-install-locale-error-unsupported-locale-setting

you can try to set: export LC_ALL=C