Import "flask" could not be resolved Pylance

Question:

I am getting this missing import error.

enter image description here

I tried installing flask and flask alchemy again but it says requirement satisfied

Asked By: Syed Ashiq

||

Answers:

Did you install the module?

You can do this by for example by writing pip install flask in your command line.

Answered By: Teun Van Der Weij