Linter not working

It seems to call errors pylance and not pylint, i have trouble installing it as i have python version 3.10

Sorry, could you show what error you are getting and what you did which caused you to see that error?

Can you help me with installing pylint as i can’t seem to figure it out?

On which operating system? Windows? MacOS? etc

In general the instructions are to run:

sudo pip3 install pylint

for MacOS/Linux or

pip install pylint

for Windows, at an elevated prompt.

2 Likes