summanlp / textrank

TextRank implementation for Python 3.
https://pypi.org/project/summa/
MIT License
1.25k stars 260 forks source link

UnicodeDecodeError #43

Closed tongyongquan closed 6 years ago

tongyongquan commented 6 years ago

Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\funny\AppData\Local\Temp\pip-install-7wtogz78\summa\setup.py", line 11, in long_description = open('README').read(), UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 25: illegal multibyte sequence

fbarrios commented 6 years ago

Hi @tongyongquan! Thank you for the report. It should be fixed now. Please update to the latest version:

https://pypi.org/project/summa/