I just installed python 3.8.3 and created a file. a message shows up;
Linter pylint is not installed. Source: Python (Extension)
I clicked the install button and I have this error message now...
$ C:/Python38/python.exe c:\Users\JAEMIN\.vscode\extensions\ms-python.python-2020.6.90262\pythonFiles\pyvsc-run-isolated.py pip install -U py
lint --user
C:\Python38\python.exe: can't open file 'c:UsersJAEMIN.vscodeextensionsms-python.python-2020.6.90262pythonFilespyvsc-run-isolated.py': [Errno
2] No such file or directory
I searched but nothing seems to work in my case.
What is Linter pylint? and do I need it?
thank you