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

Value error when follow the same installation steps in windows #80

Open Gayanthika opened 2 years ago

Gayanthika commented 2 years ago

"C:\Users\skamble\Anaconda3\lib\urllib\request.py", line 354, in full_url self._parse() File "C:\Users\skamble\Anaconda3\lib\urllib\request.py", line 383, in _parse raise ValueError("unknown url type: %r" % self.full_url) ValueError: unknown url type: 'LanguageTool-3.2.zip'

Any idea why I get the above error, when I follows the same steps as explained here, I'm using a windows machine.

Gayanthika commented 2 years ago

export LANGUAGE_CHECK_DOWNLOAD_HOST="file:///home/lakpa/Downloads/LanguageTool-3.2.zip" pip install git+https://github.com/myint/language-check