We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
according to https://stackoverflow.com/questions/36394101/pip-install-locale-error-unsupported-locale-setting
you can try to set: export LC_ALL=C
export LC_ALL=C
Sorry, something went wrong.
No branches or pull requests
Get error
The text was updated successfully, but these errors were encountered: