Python Japanese word Separator MeCab installation failure solution

problem description

Under

Windows and ubuntu, python3 failed to install MeCab. Both pip installation and local package installation have been tried

the platform version of the problem and what methods you have tried

in the description of PyPI python3/" rel=" nofollow noreferrer "> mecab-python3 , there is the following description:

Before installing mecabpython3, make sure you have installed mecab

but install mecab, mecab-python and mecab-python3 all indicate failure

related codes

Enter python-m pip install mecab-python3
under

windows cmd and ubuntu shell to prompt the following error message

Complete output from command python setup.py egg_info:
"mecab-config" 
< hr >

windows10+py36+MeCab installation summary this blog perfect solution

May.28,2021

before installing the python module, you have to install the MeCab software.

windows can download the compiled exe file directly, while linux needs to be compiled and installed from the source code.
download address https://taku910.github.io/mec.


have you compiled the file downstairs? Can you send a copy? I can't go to google. Thank you

Menu