eadmundo / python-natty

A basic python wrapper for Natty natural language date parser
Other
17 stars 2 forks source link

natty doesn't work with jpype 0.7.0 onwards #3

Open maxdh opened 5 years ago

maxdh commented 5 years ago

I only recently discovered natty and I think its great! Sadly as this module doesn't seem to be supported anymore I'm writing this more just a comment in case anyone else comes across natty and has the same issues getting it working that I did.

The most recent version of jpype is incompatible with natty and gives the following error: AttributeError: 'com.joestelmach.natty.DateGroup' object has no attribute 'dates'

However it works fine if you specifically install jpype 0.6.3 (or earlier)

Thrameos commented 4 years ago

There appears to be a few things out of date with this package.

In particular,