regroup icon indicating copy to clipboard operation
regroup copied to clipboard

_init_py

Open Yelena123 opened this issue 7 years ago • 1 comments

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!

Yelena123 avatar Jun 21 '17 21:06 Yelena123

The error is thrown by a bit of code that'd only work on Python 3.3 or newer.

See https://github.com/benoitc/gunicorn/issues/788

check file( .travis.yml ) in regroup

kritikagarg avatar Jul 09 '17 02:07 kritikagarg