FraBle / python-sutime

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

RuntimeError: Not all necessary Java dependencies have been downloaded! #14

Closed prabhupant closed 6 years ago

prabhupant commented 6 years ago

I have been trying to run the example given on readme but everytime this error shows up Traceback (most recent call last): File "time_check.py", line 9, in <module> sutime = SUTime(jars=jar_files, mark_time_ranges=True) File "/home/prabhu/.local/lib/python3.5/site-packages/sutime/sutime.py", line 46, in __init__ self._classpath = self._create_classpath() File "/home/prabhu/.local/lib/python3.5/site-packages/sutime/sutime.py", line 87, in _create_classpath 'Not all necessary Java dependencies have been downloaded!') RuntimeError: Not all necessary Java dependencies have been downloaded!