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

DDL load failed #96

Closed Cooperdevi closed 1 year ago

Cooperdevi commented 1 year ago

I am attempting to use mecab-python3 and I get an import error:

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

I am on Windows 10 and using Python3. I have ensured VS C++ RD is up to date and on path.

polm commented 1 year ago

Sorry you're having trouble with this. How did you install mecab-python3? On Windows, sometimes the required DLL is not installed. This generally happens in some kind of install outside of a virtualenv, though I have never been able to reproduce it.

If you can check the directory where mecab-python3 is installed, there should be a libmecab.dll file. If there isn't, that would be the cause of the problem.

Could you try installing mecab-python3 in a virtualenv? That should work.

polm commented 1 year ago

Closing due to lack of response.