Lambda-3 / PyCobalt

Coreference Resolution in Python
8 stars 3 forks source link

error with uwsgi --ini uwsgi.ini #4

Closed lammh closed 5 years ago

lammh commented 5 years ago

File "./pycobalt/resolving.py", line 45 def resolve(text: str, ^ SyntaxError: invalid syntax

bermeitinger-b commented 5 years ago

I guess you're not using a Python version that supports type hinting. This is at least supported with Python 3.5. The README states that it requires at least 3.6, so could you try with this?

lammh commented 5 years ago

ok think's for your response