Closed inspiralpatterns closed 6 years ago
I have the same problem. In my case, I forgot to install MeCab (make sure if you successfully installed MeCab!).
Same here. I will close the issue.
I have the same issue..
(venv)git clone https://bitbucket.org/eunjeon/mecab-python-0.996.git
(venv)cd mecab-python-0.996/
(venv)python3 setup.py build
(venv)python3 setup.py install-> this phase cause the problem!!
I'm trying to install mecab now!!!
Could anyone help me ?
Interesting thing is it occurs only when I use the command 'sudo python settup.py install'... when I use 'python settup....' , it says other message ' error: could not create '/usr/lib64/python3.6/site-packages/MeCab.py': Permission denied'
@jini20 Do you have the MeCab library installed? The package does not include the library itself, only the Python wrapper.
Here is the error code resulting from
pip install mecab-python3
:does anyone have an explanation for this? I am running this inside Docker,
python -- version 2.7.14
andpip --version 10.0.1