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

Error @startup docker #3

Open
Q-si opened this issue Feb 6, 2024 · 1 comment
Open

Error @startup docker #3

Q-si opened this issue Feb 6, 2024 · 1 comment

Comments

@Q-si
Copy link

Q-si commented Feb 6, 2024

got an error at startup:
ModuleNotFoundError: No module named 'stopes_snippet.ssplit_stopes'

@EliaukTM
Copy link

The issue seems to be caused by the author's code merge without modifying the import file name. Changing the second line of stopes_snippet.split_clean to:

from stopes_snippet.sentence_split import get_split_algo

can resolve the problem.

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

2 participants