I am getting this missing import error.
I tried installing flask and flask alchemy again but it says requirement satisfied
CodePudding user response:
Did you install the module?
You can do this by for example by writing pip install flask
in your command line.