Linter pylint is not installed

问题

Linter 'pylint' is not installed. Please install it or select another linter".
Error: Module 'pylint' not installed.

解决

  1. Open a terminal (ctrl+~)
  2. Run the command pip install pylint
原文地址:https://www.cnblogs.com/hankleo/p/9206453.html