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

DLL Missing on Windows Install #105

Open polm opened 5 days ago

polm commented 5 days ago

If you install mecab-python3 on Windows and get an error like this:

ImportError: DLL load failed while importing _MeCab: the specified module could not be found

The recommended solution is to install mecab-python3 in a virtualenv. Based on current information, this always fixes the problem.

Currently, this issue cannot be reproduced reliably, and it is not clear how to fix it at the package level. For more information and updates, follow this issue: https://github.com/polm/fugashi/issues/33.