Closed mmacvicar23 closed 7 years ago
I'm getting this error when i try to install editdistance
ERROR: Command errored out with exit status 1: 'c:\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\vinay\AppData\Local\Temp\pip-req-build-n8ywksaj\setup.py'"'"'; file='"'"'C:\Users\vinay\AppData\Local\Temp\pip-req-build-n8ywksaj\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\vinay\AppData\Local\Temp\pip-record-zvnad40l\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\python38\Include\editdistance' Check the logs for full command output.
@VinayakaShastri apparently this problem is not linked with pylint
but with editdistance
and/or vscode
.
addition of editdistance dependency requires g++
Steps to reproduce
Current behavior
the following error is reported:
Expected behavior
Add g++ to list of requirements for install. Pylint v1.6.4 didn't have this requirement.
pylint --version output
1.7.0