I want to run python code in Microsoft Visual Studio Code but it gives an error:
\"Linter pylint is not installed\"
I installed:
I had this issue as well and found the error's log regarding permission or something. So, I ran Visual Studio Code with admin. privileges and ran "pip install pylint" in the terminal. Then the error seemed to be fixed.
(I run Visual Studio Code on windows 10.)