You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing a package with pip produces an error 'locale.Error: unsupported locale setting'
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
Steps to Reproduce
Open ide.coder.com
Open the terminal
Install python and pip
Install a package using pip
The text was updated successfully, but these errors were encountered:
Code-Server version: 1.32
OS Version: Windows 10
Description
Installing a package with pip produces an error 'locale.Error: unsupported locale setting'
Steps to Reproduce
The text was updated successfully, but these errors were encountered: