Closed fariddesu closed 3 years ago
This looks like a name conflict in Python.
cutlet has to import fugashi. But your project has a file named fugashi.py
, so when cutlet tries to import fugashi it looks there, and you get a circular import. (I'm not 100% sure that's the only problem, because usually you get a special error message for that which you don't seem to have.)
Try renaming your fugashi.py
file to something else.
Closing due to lack of reply, but if you're still having trouble feel free to provide more information.
Also see https://github.com/polm/fugashi/issues/31 for basically the same issue.
I have an issue guys.. i don't know how to fix it.. does anyone know it?