Ubuntu Pastebin

Paste from 1 at Tue, 21 Mar 2017 04:50:29 +0000

Download as text
1
2
3
4
5
6
7
8
9
root@ProtVR:~# pip3 install 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
Download as text