When installing this project's dependencies from the requirements file, you get the following error. It's easy to just install https://github.com/taku910/mecab yourself, but this project needs a dependencies section I think, so users don't have to hunt down every last missing dependency themselves.
Collecting fugashi==1.1.2 (from -r requirements/common.txt (line 40))
Downloading https://files.pythonhosted.org/packages/e6/e4/3ab86e21973712c2be63f003817a57e05b2f642c58669cbaef4c91fc42c8/fugashi
-1.1.2.tar.gz (336kB)
100% |████████████████████████████████| 337kB 20.0MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-8q80zon4/fugashi/setup.py", line 15, in <module>
output, data_files = check_libmecab()
File "/tmp/pip-install-8q80zon4/fugashi/fugashi_util.py", line 58, in check_libmecab
raise RuntimeError("Could not configure working env. Have you installed MeCab?")
RuntimeError: Could not configure working env. Have you installed MeCab?
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-8q80zon4/fugashi/
When installing this project's dependencies from the requirements file, you get the following error. It's easy to just install https://github.com/taku910/mecab yourself, but this project needs a dependencies section I think, so users don't have to hunt down every last missing dependency themselves.