Pylint is installed using pip3, python3 is installed in vscode as an interpreter. Permanently shows that pylint is not installed, but when installed it is already installed.

  • make sure that pip3 is executed using exactly the python3 executable file that is registered in your vs-code (on Unix, execute the command: head -1 $(command -v pip3) and compare with command -v python3 output in the context of vs code ). - jfs

0