sfischer13/python-arpa

failure

cxq92 opened this issue · 1 comments

cxq92 commented

import arpa
File "...\arpa\models\base.py", line 8
class ARPAModel(metaclass=ABCMeta):
^
SyntaxError: invalid syntax
Sorry, when I import arpa , it will return this false, why?

Looks like you are using Python 2.7 which is not supported by this library.