mecab-python3 icon indicating copy to clipboard operation
mecab-python3 copied to clipboard

DLL Missing on Windows Install

Open polm opened this issue 1 year ago • 1 comments

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.

polm avatar Sep 13 '24 11:09 polm

It should be possible to resolve this using the same method as in https://github.com/polm/fugashi/issues/104. I will get around to applying that to this build eventually, but if someone wants to make a PR that would be welcome.

polm avatar May 26 '25 06:05 polm