viraja1 / grammar-check

GNU Lesser General Public License v3.0
25 stars 5 forks source link

python 3 #1

Open Giase opened 8 years ago

Giase commented 8 years ago

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?

kinsleykajiva commented 6 years ago

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

anandcu3 commented 6 years ago

Clone the github repository and run python setup.py install

pyninja11 commented 4 years ago

Clone the github repository and run python setup.py install

can you send link of repo ?

jxmorris12 commented 4 years ago

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!