Skip to content

Requirements missing MeCab for package "fugashi" #9

@FrostKiwi

Description

@FrostKiwi

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions