Downloading django-super-inlines-0.1.4.tar.gz
Running setup.py (path:/tmp/pip_build_root/django-super-inlines/setup.py) egg_info for package django-super-inlines
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/django-super-inlines/setup.py", line 22, in <module>
long_description=open('README.rst').read(),
File "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 385: ordinal not in range(128)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/django-super-inlines/setup.py", line 22, in <module>
long_description=open('README.rst').read(),
File "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 385: ordinal not in range(128)
Hello!
I see this issue when install package in Docker container. After some investigation I establised that issue appears when system locale looks like:
Hello!
I see this issue when install package in Docker container. After some investigation I establised that issue appears when system locale looks like:
, after setting custom locale everything is ok:
This issue is critical for using this library in docker-based production environment.