myint / language-check

Python wrapper for LanguageTool grammar checker
https://pypi.python.org/pypi/language-check
GNU Lesser General Public License v3.0
326 stars 102 forks source link

Parse error for "java -version" #75

Open prabinspkt opened 3 years ago

prabinspkt commented 3 years ago

image When I try to install language-check, it cannot parse the java version which it uses to install LanguageTool.

In my macOS, "java -version" displays the following: image

I know the error is coming from here. I still think regex is correct, so any thoughts on what the issue might be?

iamuv2000 commented 2 years ago

@prabinspkt Downgrading java removed this error for me Refer to https://askubuntu.com/questions/1133216/downgrading-java-11-to-java-8

MCFreddie777 commented 2 years ago

Actually it was fixed in https://github.com/myint/language-check/pull/57 already, but the new version of repository wasn't deployed to pypi since 2017.