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!
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!