-
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
RuntimeError: Not all necessary Java dependencies have been downloaded! #41
Comments
Aaah yes in your source sutime.py the last few lines of code are this:
Change it to:
The Java wrapper basically returns a java.lang.String. We have to convert that to a python str. Also it might be better to keep this issue open till the developers fix it, so that anyone else having the same issue will be able to apply this fix. |
@Utkichaps thank you! Now it's running. I'll keep the issue open. |
I am getting the same error. However I feel there might be some error with my steps so I'll mention them
However I am still getting the error mentioned above of not all necessary Java dependencies have been downloaded Please let me know if someone can help |
Hello, @Feyorn so i had a lot of problems trying to run as well and at the end i have a code running (finally). I have made a google colab with all the steps to make it run. Here it is: https://colab.research.google.com/drive/1p0Y-9pnM60zHbURUyO7hJOJ72IKY5nKx?usp=sharing Let me know if you have any questions. |
Hey @CarlosAlbertoN , thank you for responding. I am still getting the same error, I am however listing the steps I followed in my Windows system:
However the error still persists. Thank you for your file, it was properly detailed. However if you can let me know if you find what error exists in my approach, that would be great. Thank you |
Try to open a new terminal and execute again the code:
|
@CarlosAlbertoN yeah, I tried that but the error didn't change |
I see. |
Hey everyone, I'm sorry that you folks run into these issues. I've never expected that my little project gets so much traction after publishing it on GitHub. My life kept me very busy, but I have vacation planned for later this month and plan to spend some time addressing this issue as well as the other ones filed against this project. |
@CarlosAlbertoN @FraBle @Utkichaps I downloaded and ran your notebook on my colab but it's throwing the same error as: RuntimeError: Not all necessary Java dependencies have been downloaded! Can you check what's going wrong? Also, do we need to update the sutime.py and use str as described in the above comments? |
Hello!
So, i'm trying to run python-sutime but i keep getting this error:
"RuntimeError: Not all necessary Java dependencies have been downloaded!"
The picture below are from my files after i had installed with maven:
Im using:
The text was updated successfully, but these errors were encountered: