Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements missing MeCab for package "fugashi" #9

Open
FrostKiwi opened this issue Jun 8, 2023 · 0 comments
Open

Requirements missing MeCab for package "fugashi" #9

FrostKiwi opened this issue Jun 8, 2023 · 0 comments

Comments

@FrostKiwi
Copy link

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant