Linter pylint is not installed

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

    If you are using MacPorts, you may need to activate pylint and autopep8 after you've installed them, i.e.:

    sudo port select pylint pylint36 sudo port select autopep8 autopep8-36

提交回复
热议问题