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

Failed initializing MeCab. #101

Closed 3eeps closed 8 months ago

3eeps commented 8 months ago

hello! things seem to install fine ish, but I still get this error after trying the "Common Issues" part of the readme:

issueを英語で書く必要はありません。

arguments:
default dictionary path: C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\unidic\dicdir
[ifs] no such file or directory: C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\unidic\dicdir\dicrc

the file is in that location. not sure whats up!

polm commented 8 months ago

Does it work if you use unidic-lite and uninstall unidic?

After installing unidic, did you do the manual download step? python -m unidic download

How did you install fugashi, what version is it, and what is the code you are executing that produces the above error? It is very unusual for arguments: to be blank.

3eeps commented 8 months ago

i missed this python -m unidic download. this fixed my issue! thanks!