Linter pylint is not installed

前端 未结 15 1778
遥遥无期
遥遥无期 2020-12-12 12:56

I want to run python code in Microsoft Visual Studio Code but it gives an error:

\"Linter pylint is not installed\"

I installed:

15条回答
  •  感情败类
    2020-12-12 13:03

    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.)

提交回复
热议问题