Note that I was addicted to pip install of a module while setting up a Python environment for ubuntu 14.04 LTS on VPS.
Such an error appears.
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 472: ordinal not in range(128)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-lb6kda75/
As a result of various trials
sudo apt-get install language-pack-ja
I got nothing. It's a basic thing, but I forget it unexpectedly.
Recommended Posts