unable to install language-check on ubuntu 20.04
Opened this issue · 5 comments
RahulDasari commented
Deleted user commented
Same issue on Linux Mint 20.1. SpartorA's branch works.
mkylemartin commented
@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.
Deleted user commented
Hi @mkylemartin. Just clone SparatorA's repo and run pip install -e .
inside the directory.
mkylemartin commented
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
Same here, #79 helped. Can we get it merged?