I
I
invilso2020-12-27 15:50:24
Python
invilso, 2020-12-27 15:50:24

Why does VS Code give so many errors in Python code?

5fe882bca9bed672265905.png
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

1 answer(s)
S
Sergey Gornostaev, 2020-12-27
@invilso

These are not errors, these are notifications of a badly working linter.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question