grammar-check icon indicating copy to clipboard operation
grammar-check copied to clipboard

python 3

Open Giase opened this issue 8 years ago • 4 comments

Hi, I tried to install grammar-check on python 3.7 but I get the the following error when I try via "pip install grammar-check": "Could not find a version that satisfies the requirement grammar-check (from versions: ) No matching distribution found for grammar-check" (pip is up-to-date)

I also tried to install via the wheel file "grammar_check-1.3.1-py2-none-any.whl (md5)", but then I get the error "grammar_check-1.3.1-py2-none-any.whl is not a supported wheel on this platform".

However I did install grammar-check successfully on python 2.7 (via pip install grammar-check).

Here it is mentioned that grammar-check is compatible with python3.2+. Is there a way to make it work on 3.4?

Giase avatar Apr 21 '16 09:04 Giase

hello , did anyone manage to find a solution to this problem for python 3.5+ ?

kinsleykajiva avatar Nov 12 '17 09:11 kinsleykajiva

Clone the github repository and run python setup.py install

anandcu3 avatar Mar 15 '18 06:03 anandcu3

Clone the github repository and run python setup.py install

can you send link of repo ?

pyninja11 avatar Dec 23 '19 05:12 pyninja11

Hi! Since this project has been abandoned, I started a new fork over at https://github.com/jxmorris12/language_tool_python.

My version supports new versions of Java and LanguageTool. language-check is stuck on Java 8 and LanguageTool 3.2; latest versions are Java 14 and LanguageTool 4.9!

I'm happy to help you with your issue if you raise it over at my repository! Thanks!

jxmorris12 avatar May 01 '20 16:05 jxmorris12