Skip to content

Python “ModuleNotFoundError: No module named ‘flask'”

I am a beginner with the python programming. I have python 3 installed in my local system. I coding along as part of a tutorial video and as part of the tutorial, i have created a virtual environment and created an app.py file with the below content. I have installed all the dependencies like flask and pytest…