Я успешно установил mecab-python3, но при импорте я получаю ошибку.
!import mecab
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-32-71af23e59d14> in <module>()
----> 1 import mecab
ModuleNotFoundError: No module named 'mecab'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
FLY, установите журнал mecab-python3.
!pip install mecab-python3==0.8.0
Collecting mecab-python3==0.8.0
Downloading https://files.pythonhosted.org/packages/db/a6/f528e7a07ad9eeaa506d00ef873d3459ff9b7eba52c9615878571dbc0007/mecab-python3-0.8.tar.gz
Building wheels for collected packages: mecab-python3
Running setup.py bdist_wheel for mecab-python3 ... done
Stored in directory: /root/.cache/pip/wheels/b4/b1/14/2c69b99293f4ba56ff03641c3fe449a371338b919ad37e6942
Successfully built mecab-python3
Installing collected packages: mecab-python3
Successfully installed mecab-python3-0.8