Relative Content

Tag Archive for visual-studio-codemodulenotfounderror

Modulenotfounderror in output of vscode

Like I’m creating a website where the python is the backend of the website which runs ML code but the problem is the output of my python shows that the flask module is not found but in the terminal section it shows no error and my python code starts to run on localhost 5000. Is it a problem that the terminal section found no error and runs smoothly but the output shows an error for flask not found???