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 the same problem. Open the cmd and type:
python -m pip install pylint