Unable to update Linter for Python ext. in vscode

Hi, Please I need assistance with updating my linter please see message below:

That output makes it look like you updated the linter (successfully) and got a warning that pip itself is outdated. Is there some reason you think it failed?

Hi @jmrunkle , yes the linter is working but, the yellow text suggesting that I upgrade it is my concern. Iā€™m not sure how to execute the command.

Put your cursor in that terminal window (at the bottom of your screen) and then run the command it suggested:

/usr/local/bin/python3 -m pip install --upgrade pip

You can also open a new terminal application window and execute the same command.

NOTE: The warning is also ignoreable and not going to cause you any real problems in the near future since it is just a minor version upgrade (22.0.x to 22.2.x).

2 Likes

Thank you so much! It worked :+1:

1 Like