aboSamoor / polyglot

Multilingual text (NLP) processing toolkit
http://polyglot-nlp.com
Other
2.31k stars 337 forks source link

Remove readme read #99

Closed delemaf closed 7 years ago

delemaf commented 7 years ago

I got problems when I run pip install polyglot even when my python encoding setting are in UTF8.

File \"<string>\", line 1, in <module>
File \"/tmp/pip-build-t7iemtr5/polyglot/setup.py\", line 15, in <module> 
    readme = readme_file.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 0xc3 in position 2330: ordinal not in range(128)
delemaf commented 7 years ago

Sorry, my locale settings was unset.

Add this line in your .bashrc: export LC_ALL=en_US.UTF-8