Error message “Linter pylint is not installed”
Open a terminal (ctrl+~) Run the command pip install pylint If that doesn’t work: On the off chance you’ve configured a non-default Python path for your editor, you’ll need to match that Python’s install location with the pip executable you’re calling from the terminal. This is an issue because the Python extension’s settings enable Pylint … Read more