Answer the question
In order to leave comments, you need to log in
Why does VS Code give so many errors in Python code?
The Python module is installed.
I've been googling for half a day and I can't figure out what the problem is.
Solution: In settings.json set the following:
"python.linting.pylintPath": "path/to/pylint"
On linux, found the exact location of pylint using the which pylint command in the terminal
Answer the question
In order to leave comments, you need to log in
These are not errors, these are notifications of a badly working linter.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question