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

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -