Linter pylint is not installed

前端 未结 15 1824
遥遥无期
遥遥无期 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:23

    I had this issue this weekend. It seems to have happened because I opened my project in my venv, but also opened a second instance outside of the venv. I never closed either instance - I just shut my PC down and let windows do the work. When I went back and called up VSCode from within my venv, both the project, and the other non-venv window opened. That's when I started seeing this error.

    To fix it I had to remove the \.vscode folder from the workspace directory.

提交回复
热议问题