-
Notifications
You must be signed in to change notification settings - Fork 101
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
pip install fails #59
Comments
There is a wrong regex for parsing the java version. There are also already 3 pull requests to fix it, but the maintainers are too lazy to merge it. |
I am having this same issue, please fix it. |
We had the same problem and uninstalling java 10 and next installing java 8 solved the issue. Hope it will you, as well. |
Error arises due to wrong version of openjdk. I installed oracle java 8 by following instructions from this. Now everything works fine. |
Same error happening now. I just encountered it through the |
same issue here. We getting this fixed soon ? |
Try to install it from this source. There isn't yet a version on pip with this bug fix. |
I still can't download this package.... |
Hi,
Can you please provide a solution to use LanguageTool from server less functions? How can we have java environment in Cloud Function along with Python 3.7? BR. |
Any progress on this? |
Same here |
I am also having this issue, except I have java 15.0.1 installed. Would be nice to see an update. |
I suggest you try to install version 6 or 8 of the JDK. I've already figured out how to install with JDK 11, but after that the package doesn't work, throwing the following exception in Java: language_check.Error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException I found that the error is caused by some changes in the java libraries after version 8. |
I tried with 6,7,8 of the jdk, but still getting same error. |
still same issue in 2025 × Running setup.py install for language-check did not run successfully.
│ exit code: 1
╰─> [4 lines of output]
Could not parse Java version from """openjdk version "21.0.6" 2025-01-21
OpenJDK Runtime Environment (build 21.0.6+7-Ubuntu-122.04.1)
OpenJDK 64-Bit Server VM (build 21.0.6+7-Ubuntu-122.04.1, mixed mode, sharing)
""".
[end of output] |
The text was updated successfully, but these errors were encountered: