SamuraiT / mecab-python3

:snake: mecab-python. you can find original version here:http://taku910.github.io/mecab/
https://pypi.python.org/pypi/mecab-python3
Other
539 stars 51 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 15: invalid start byte #27

Closed JNULYD closed 5 years ago

JNULYD commented 5 years ago

My python version is python 3.6.5 When i try to install mecab-python3, Exception appear like this

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 15: invalid start byte

zackw commented 5 years ago

I need more information in order to investigate this problem:

zackw commented 5 years ago

Also, we are preparing a new release that has fixed many bugs. If you have time, please try the new wheels from https://test.pypi.org/project/mecab-python3/0.996.2rc2/ .

JNULYD commented 5 years ago

Operating system is Windows 8.1 profession. And i wanted to install mecab-python3 using virtualenv environment. After many attempts, it could not work anyway, and i gived up, then used another package -- "mecab-python-windows", and it worked! Thanks to this package, it make my job work!

Thanks your response and help any way!

zackw commented 5 years ago

Oh. Indeed, this package is not prepared to work on Windows yet. I'm surprised this manifested as a UnicodeDecodeError when running setup.py but that's probably not important right now.

Thank you for telling me about mecab-python-windows, I may be able to reuse some of their tooling.