myint/language-check

unable to install language-check on ubuntu 20.04

Opened this issue · 5 comments

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

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

@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.

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

source

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.

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