You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am trying to run an example in Mac Terminal. I've got the following error message:
$ echo -e 'Mississippi\nMissouri' | python regroup.py
Traceback (most recent call last):
File "regroup.py", line 7, in
from regroup import DAWG, DAWGRelaxer
File "/Users/yt/regroup/regroup/init.py", line 170
yield from cls._flatten(v, path + k)
^
SyntaxError: invalid syntax
Do you know how to fix this problem? Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello! I am trying to run an example in Mac Terminal. I've got the following error message:
$ echo -e 'Mississippi\nMissouri' | python regroup.py
Traceback (most recent call last):
File "regroup.py", line 7, in
from regroup import DAWG, DAWGRelaxer
File "/Users/yt/regroup/regroup/init.py", line 170
yield from cls._flatten(v, path + k)
^
SyntaxError: invalid syntax
Do you know how to fix this problem? Thank you very much!
The text was updated successfully, but these errors were encountered: