问题

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

解决

  1. Open a terminal (ctrl+~)
  2. Run the command pip install pylint

相关文章:

  • 2022-12-23
  • 2021-05-21
  • 2021-08-11
  • 2021-09-29
  • 2021-07-04
  • 2022-02-22
  • 2022-12-23
  • 2022-02-07
猜你喜欢
  • 2021-10-22
  • 2021-08-06
  • 2021-07-20
  • 2021-11-13
  • 2021-08-24
  • 2021-07-24
  • 2022-12-23
相关资源
相似解决方案