Open Gayanthika opened 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.
export LANGUAGE_CHECK_DOWNLOAD_HOST="file:///home/lakpa/Downloads/LanguageTool-3.2.zip" pip install git+https://github.com/myint/language-check
"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.