I just started with the above mentioned course and have unfortunately immediately a problem:
in video 6 one is asked to install the extensions, which I did.
But I missed to install the pylint. Now it says I have the extension but I am not notified about mistakes in the code as Mosh shows in the video.
What should I do now? How can I install the pylint stuff now or can check whether it is loaded?
when I type pip install pylint in the terminal the answer is: zsh: command not found: pip
When I go to palette I can select pylint. But in the example in the video it is shown directly via red underline that something is wrong. e.g: print “ddd”: here print should be underlined and a window should open that suggests to add the brackets. That does not work in my program.
I receive no indication of installation of pylint, and nothing happens when trying to select or use the linter. I have seen a few posts stating that pylint doesn’t play well with VSC. Right now, I am just trying to recreate the exercises with KomodoIDE
That’s the thing. Selecting a linter results in nothing. No message or pop-up. Comman pallete > run linting doesn’t do anything either. I don’t know how to install via terminal, I will review the video again and see if I missed something
I’m dumb. I figured out what you were asking and got it set up right after I commented. I was trying to run a windows terminal versus working in the terminal of vscode. Newb…
Hay…can you help me please
i Still have that problem
i have installed python Extention but
I haven’ received the message that showed in the course which says pylint isn’t installed and then:
i have installed it using pip install pylint and i went to palete(Ctrl+shift+p) and Searched for select linter and choosed pylint and i also did python: Run Linting and i make sure that i chosed the python eviroment correctly as it said in the cource
and i checked if python is installed usin the pip show and it showed that i have
but Still there is problems…like :
when i type print “Hello World” there is no red line under print but there is red line under “Hello World” and when i hover my mouse over it. it shows (statements must be separated by newline or semicolons {pylance} )…and that is not the error i need which is this ().
I Wish Someone Can Help