hickeroar / simplebayes

A memory-based, optional-persistence naïve bayesian text classifier.
http://hickeroar.github.io/simplebayes/simplebayes.html
MIT License
35 stars 8 forks source link

Fails on python-3.6: 'ascii' codec can't decode byte 0xc3 in position 63 #3

Closed yurivict closed 5 years ago

yurivict commented 6 years ago
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 11, in <module>
    long_description = open('README.rst', 'r').read(),
  File "/usr/local/lib/python3.6/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 63: ordinal not in range(128)
hickeroar commented 5 years ago

Can you provide a text sample that gave you this result? Just want to make sure I can properly reproduce it. Sorry for the much delayed response.

yurivict commented 5 years ago

I can't reproduce it now.