Skip to content

Windows installation of this app required additional installation of two modules #25

@Jan1917

Description

@Jan1917

Describe the bug
Windows installation of this app required additional installation of two modules.

After installing this app according provided guide for Windows I got two errors if I attempted to run render module.
Theese two modules I have to additionally install:

  • langdetect
  • hanzidentifier

To Reproduce
Steps to reproduce the behavior:

  1. Install app via guide for Windows
  2. Try to run render.
  3. See error
    a. ModuleNotFoundError: No module named 'langdetect'
    b. ModuleNotFoundError: No module named 'hanzidentifier'

Expected behavior
There should be atleast addtion note in guide to run theese two commands:

  • pip install langdetect
  • pip install hanzidentifier

Desktop (please complete the following information):

  • OS: Windows 10
  • Python 3.10
  • Command Line (cmd)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions