myint / language-check

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

unable to install language-check on ubuntu 20.04 #78

Open RahulDasari opened 3 years ago

RahulDasari commented 3 years ago

I'm getting the following error when i attempt to install language check:- Screenshot from 2021-07-14 19-07-55

Screenshot from 2021-07-14 19-04-08

ghost commented 3 years ago

Same issue on Linux Mint 20.1. SpartorA's branch works.

mkylemartin commented 3 years ago

@Jokomaxino how do you use SparatorA's branch to install the package?

I'm trying pip install git+https://github.com/SparatorA/language-check.git which is throwing an error. I'm curious if there is an easy way to do this or if i should just install the package manually, TIA.

ghost commented 3 years ago

Hi @mkylemartin. Just clone SparatorA's repo and run pip install -e . inside the directory.

source

mkylemartin commented 3 years ago

Thanks, @Jokomaxino for the response. I actually just went into the site-packages folder and cloned the repo and ran python setup.py install and, after I had installed Java, it worked great.

Thanks for the tip to checkout SparatorA's repo too.

MCFreddie777 commented 2 years ago

Same here, #79 helped. Can we get it merged?