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
528 stars 51 forks source link

no such file or directory: mecabrc #93

Closed suzuey closed 1 year ago

suzuey commented 1 year ago

------------------- ERROR DETAILS ------------------------ arguments: -Owakati [ifs] no such file or directory: C:\Users\wusea\AppData\Local\Programs\Python\Python311\Lib\site-packages\unidic\dicdir\mecabrc

I have no clue how to fix this, even after I've read the README file attached with the error. Would appreciate it if someone could explain the process to me

polm commented 1 year ago

It looks like you're using the full UniDic but the mecabrc isn't found. Did you run the additional download step?

python -m unidic download

If you hadn't run the step, that would explain this error. If you did download it and are still getting this error, please tell me what the contents of the dicdir are.

polm commented 1 year ago

Closing for lack of reply.