FraBle / python-sutime

Python wrapper for Stanford CoreNLP's SUTime
GNU General Public License v3.0
153 stars 43 forks source link

Pom and required jars not aligned #27

Open kiernickid opened 5 years ago

kiernickid commented 5 years ago

Installed all of the jars in the pom and kept getting an error says the dependencies didn't line up. Looks like the required jars in sutime.py are not aligned with the versions listed in the pom.

afsangujarati93 commented 5 years ago

Having a similar problem. Did exactly as mentioned but getting the following error: Not all necessary Java dependencies have been downloaded! It worked perfectly on my previous system with an older version. Not sure, what's happening.

dananguyenucsb commented 5 years ago

I'm experiencing the same issue!

tomaszgy commented 4 years ago

Same issue here. Has anyone had a chance to find a fix to this?