-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in sutime.py #40
Comments
Yeah for some reason the sutime.py file in the repo and the one after doing pip install don't match even though they are the same version. The code in the repo has the correct version of the java files |
Version of java dependencies have been changed in this commit on 27th Oct 2018: 67c4798 https://pypi.org/project/sutime/#history Hence when we download dependencies using the updated pom.xml, there are mismatches regarding dependency jars. Solution: Regarding pom.xml Would request @FraBle to make this change. @Utkichaps These helped in making the code run. |
In sutime.py, there are certain jar files which are marked as required, and in jars those files have been updated and therefore now sutime.py is showing error, so to resolve this, i manually changed the names of those 'required jar files' in sutime.py.
can you please fix this issue, so that I do not need to manually change the names of jar files.
The text was updated successfully, but these errors were encountered: