python - Pylint error VScode -
i've changed python 2.7.13 3.6.4 , when building files through vscode, though works correctly, keep getting window showing:
there error in running linter 'pylint'
and console output show following:
linting pylint failed. command failed: pylint --errors-only --msg-template='{line},{column}, {category},{msg_id}:{msg}' --reports=n --output-format=text c:\users\oscarramirez\documents\python\tracker\try.py
Comments
Post a Comment