Sign-Language-to-Text
Sign-Language-to-Text copied to clipboard
No way to install hunspell in windows
I've searched a lot to install hunspell in windows, unfortunately there is no way to figure it out till date. Any solution to this problem is welcome. app.py will work fine in Linux.
Following error comes while installing in windows.
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Brajesh\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell\setup.py'"'"'; file='"'"'C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Brajesh\AppData\Local\Temp\pip-record-0zizia0l\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Brajesh\anaconda3\Include\hunspell'
cwd: C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell
Complete output (5 lines):
running install
running build
running build_ext
building 'hunspell' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\Brajesh\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell\setup.py'"'"'; file='"'"'C:\Users\Brajesh\AppData\Local\Temp\pip-install-sdbjmfv2\hunspell\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\Brajesh\AppData\Local\Temp\pip-record-0zizia0l\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Brajesh\anaconda3\Include\hunspell' Check the logs for full command output.
Try Python 3.7 version